| Submitter | Koen Kooi |
|---|---|
| Date | July 1, 2011, 10:01 a.m. |
| Message ID | <1309514503-9364-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/6827/ |
| State | New, archived |
| Headers | show |
Comments
On Fri, 2011-07-01 at 12:01 +0200, Koen Kooi wrote: > 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> > --- > meta/recipes-core/gettext/gettext_0.18.1.1.bb | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) Merged to master, thanks. Richard
Patch
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 b64fbdb..323346f 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,8 @@ SECTION = "libs" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r0" +PR = "r1" + DEPENDS = "gettext-native virtual/libiconv ncurses expat git-native" DEPENDS_virtclass-native = "git-native" PROVIDES = "virtual/libintl virtual/gettext" @@ -50,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 \
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> --- meta/recipes-core/gettext/gettext_0.18.1.1.bb | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)