summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-01 12:01:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 11:39:10 +0100
commitcb5811bf0e909feeef708337c82c5e2836adb2f3 (patch)
treeccee79200d180b2485d288d076ec7849e67ebbcd /meta/recipes-core/gettext
parent69277e45c8995c47aa24d08146feb164b8dc62e9 (diff)
downloadpoky-cb5811bf0e909feeef708337c82c5e2836adb2f3.tar.gz
gettext: fix ERROR: QA Issue: gettext rdepends on gettext-dev
This was fixed in 2008 already, see http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again but regressed during the 0.16.x -> 0.18.x update. Strangely enough the comment was kept. (From OE-Core rev: 3cca899bedd168dd43cf297bcbc765c7ca07a9a0) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.18.1.1.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
index 174180eb86..0b11a90d8f 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8PR = "r0" 8PR = "r1"
9DEPENDS = "gettext-native virtual/libiconv ncurses expat" 9DEPENDS = "gettext-native virtual/libiconv ncurses expat"
10DEPENDS_virtclass-native = "" 10DEPENDS_virtclass-native = ""
11PROVIDES = "virtual/libintl virtual/gettext" 11PROVIDES = "virtual/libintl virtual/gettext"
@@ -51,6 +51,11 @@ acpaths = '-I ${S}/gettext-runtime/m4 \
51# 1300 KiB /ep93xx/uclibc-dev_0.9.29-r8_ep93xx.ipk 51# 1300 KiB /ep93xx/uclibc-dev_0.9.29-r8_ep93xx.ipk
52# 140 KiB /armv4t/gettext-dev_0.14.1-r6_armv4t.ipk 52# 140 KiB /armv4t/gettext-dev_0.14.1-r6_armv4t.ipk
53# 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk 53# 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk
54
55PACKAGES =+ "libgettextlib libgettextsrc"
56FILES_libgettextlib = "${libdir}/libgettextlib-*.so*"
57FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
58
54PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc" 59PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc"
55 60
56FILES_gettext-runtime = "${bindir}/gettext \ 61FILES_gettext-runtime = "${bindir}/gettext \