diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:57:40 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:31 +0200 |
commit | f5580b13df1e7e562f137ef12f87c61764a383d9 (patch) | |
tree | 94221541867a92c6deb30ea284ca81930304f045 /meta-filesystems | |
parent | 9a64d367643e6f49bb58596acd2b9c3eaf9f8bf7 (diff) | |
download | meta-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.bb | 2 |
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 a76193263..2ff8e208d 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 | |||
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
22 | DEPENDS = "gettext-native" | ||
23 | |||
22 | EXTRA_OECONF = "--disable-kernel-module" | 24 | EXTRA_OECONF = "--disable-kernel-module" |
23 | 25 | ||
24 | PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg" | 26 | PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg" |