[oe-commits] Richard Purdie : fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependency

git at git.openembedded.org git at git.openembedded.org
Tue Jul 1 16:05:19 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 800c2a5e2515b2e7e5f1d74141bd6a7b1a52569c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=800c2a5e2515b2e7e5f1d74141bd6a7b1a52569c

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun 23 20:57:40 2014 +0100

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 at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb | 2 ++
 meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | 2 +-
 meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb       | 2 +-
 meta-oe/recipes-support/enca/enca_1.9.bb            | 2 +-
 4 files changed, 5 insertions(+), 3 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 a761932..2ff8e20 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"
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
index 773e559..004323a 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "\
     file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \
 "
 
-DEPENDS += "libusb1 virtual/libiconv"
+DEPENDS += "libusb1 gettext-native"
 
 SCM_URI = "git://git.code.sf.net/p/libmtp/code"
 SRC_URI = "\
diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
index 16ecdb0..1dd4cb5 100644
--- a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
+++ b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.tcsh.org/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://Copyright;md5=1cf29be62df2be1a3763118b25b4c780"
 SECTION = "base"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses gettext-native"
 SRC_URI = " \
     ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \
     ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}-2.diff.gz;name=diffs \
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index d4457b8..efea5a3 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -2,7 +2,7 @@ SUMMARY = "Enca is an Extremely Naive Charset Analyser"
 SECTION = "libs"
 HOMEPAGE = "http://trific.ath.cx/software/enca/"
 
-DEPENDS += "virtual/libiconv"
+DEPENDS += "gettext-native"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"



More information about the Openembedded-commits mailing list