summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb2
-rw-r--r--meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb2
-rw-r--r--meta-oe/recipes-support/enca/enca_1.9.bb2
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 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
20inherit autotools pkgconfig 20inherit autotools pkgconfig
21 21
22DEPENDS = "gettext-native"
23
22EXTRA_OECONF = "--disable-kernel-module" 24EXTRA_OECONF = "--disable-kernel-module"
23 25
24PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg" 26PACKAGES =+ "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 773e559fe..004323add 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 = "\
13 file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \ 13 file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \
14" 14"
15 15
16DEPENDS += "libusb1 virtual/libiconv" 16DEPENDS += "libusb1 gettext-native"
17 17
18SCM_URI = "git://git.code.sf.net/p/libmtp/code" 18SCM_URI = "git://git.code.sf.net/p/libmtp/code"
19SRC_URI = "\ 19SRC_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 16ecdb025..1dd4cb580 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/"
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://Copyright;md5=1cf29be62df2be1a3763118b25b4c780" 8LIC_FILES_CHKSUM = "file://Copyright;md5=1cf29be62df2be1a3763118b25b4c780"
9SECTION = "base" 9SECTION = "base"
10DEPENDS = "ncurses" 10DEPENDS = "ncurses gettext-native"
11SRC_URI = " \ 11SRC_URI = " \
12 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \ 12 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \
13 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}-2.diff.gz;name=diffs \ 13 ${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 d4457b8da..efea5a3c1 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"
2SECTION = "libs" 2SECTION = "libs"
3HOMEPAGE = "http://trific.ath.cx/software/enca/" 3HOMEPAGE = "http://trific.ath.cx/software/enca/"
4 4
5DEPENDS += "virtual/libiconv" 5DEPENDS += "gettext-native"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" 8LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"