From f5580b13df1e7e562f137ef12f87c61764a383d9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Jun 2014 20:57:40 +0100 Subject: 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 Signed-off-by: Martin Jansa --- meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-filesystems/recipes-support/fuse') 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" -- cgit 1.2.3-korg