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:39:10 +0100 |
| commit | cb5811bf0e909feeef708337c82c5e2836adb2f3 (patch) | |
| tree | ccee79200d180b2485d288d076ec7849e67ebbcd | |
| parent | 69277e45c8995c47aa24d08146feb164b8dc62e9 (diff) | |
| download | poky-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>
| -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" | |||
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 7 | 7 | ||
| 8 | PR = "r0" | 8 | PR = "r1" |
| 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" |
| 10 | DEPENDS_virtclass-native = "" | 10 | DEPENDS_virtclass-native = "" |
| 11 | PROVIDES = "virtual/libintl virtual/gettext" | 11 | PROVIDES = "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 | |||
| 55 | PACKAGES =+ "libgettextlib libgettextsrc" | ||
| 56 | FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" | ||
| 57 | FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" | ||
| 58 | |||
| 54 | PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc" | 59 | PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc" |
| 55 | 60 | ||
| 56 | FILES_gettext-runtime = "${bindir}/gettext \ | 61 | FILES_gettext-runtime = "${bindir}/gettext \ |
