aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-23 20:57:40 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:53:31 +0200
commitf5580b13df1e7e562f137ef12f87c61764a383d9 (patch)
tree94221541867a92c6deb30ea284ca81930304f045 /meta-filesystems
parent9a64d367643e6f49bb58596acd2b9c3eaf9f8bf7 (diff)
downloadmeta-openembedded-f5580b13df1e7e562f137ef12f87c61764a383d9.tar.gz
fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependency
This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
index a76193263e..2ff8e208d8 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
@@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "0beb83eaf2c5e50730fc553406ef124d77bc02c64854631bdfc86bfd64
inherit autotools pkgconfig
+DEPENDS = "gettext-native"
+
EXTRA_OECONF = "--disable-kernel-module"
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"