diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-01 12:01:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:27:57 +0100 |
commit | 3cca899bedd168dd43cf297bcbc765c7ca07a9a0 (patch) | |
tree | 9b4582dfc1fa3f5a648ec6b1072e9573539f2a51 /meta | |
parent | ad0c0b503e9e0cfe6d3ae5bbbb55d1d30abf6fa8 (diff) | |
download | openembedded-core-3cca899bedd168dd43cf297bcbc765c7ca07a9a0.tar.gz openembedded-core-3cca899bedd168dd43cf297bcbc765c7ca07a9a0.tar.bz2 openembedded-core-3cca899bedd168dd43cf297bcbc765c7ca07a9a0.zip |
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.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.18.1.1.bb | 7 |
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" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r0" +PR = "r1" DEPENDS = "gettext-native virtual/libiconv ncurses expat" DEPENDS_virtclass-native = "" PROVIDES = "virtual/libintl virtual/gettext" @@ -51,6 +51,11 @@ acpaths = '-I ${S}/gettext-runtime/m4 \ # 1300 KiB /ep93xx/uclibc-dev_0.9.29-r8_ep93xx.ipk # 140 KiB /armv4t/gettext-dev_0.14.1-r6_armv4t.ipk # 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk + +PACKAGES =+ "libgettextlib libgettextsrc" +FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" +FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" + PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc" FILES_gettext-runtime = "${bindir}/gettext \ |