diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-11-20 09:50:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-21 16:48:52 +0000 |
commit | a75f6f765b97fd81e65cef635ad21cf59419cf0e (patch) | |
tree | 233fc35568362c2f5f54e0b892b1c8735272076f /meta | |
parent | fc744a789d8b770d7867919a97efd9c89a0d9977 (diff) | |
download | poky-a75f6f765b97fd81e65cef635ad21cf59419cf0e.tar.gz |
gettext_0.18.1.1: Fix QA Issue
For uclibc builds we get the following QA error
ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so:
gettext-runtime path
'/work/armv5te-oe-linux-uclibceabi/gettext-0.18.1.1-r4/packages-split/gettext-runtime/usr/lib/libintl.so'
(From OE-Core rev: 402c23e9823d186112e8509d3eecb0d64bfa7ec7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 5 |
1 files changed, 3 insertions, 2 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 fabd1263ae..9db2eb1e99 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 = "r4" | 8 | PR = "r5" |
9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" |
10 | DEPENDS_virtclass-native = "libxml2-native" | 10 | DEPENDS_virtclass-native = "libxml2-native" |
11 | PROVIDES = "virtual/libintl virtual/gettext" | 11 | PROVIDES = "virtual/libintl virtual/gettext" |
@@ -67,13 +67,14 @@ FILES_gettext-runtime = "${bindir}/gettext \ | |||
67 | ${libdir}/libasprintf.so* \ | 67 | ${libdir}/libasprintf.so* \ |
68 | ${libdir}/GNU.Gettext.dll \ | 68 | ${libdir}/GNU.Gettext.dll \ |
69 | " | 69 | " |
70 | FILES_gettext-runtime_append_libc-uclibc = " ${libdir}/libintl.so* \ | 70 | FILES_gettext-runtime_append_libc-uclibc = " ${libdir}/libintl.so.* \ |
71 | ${libdir}/charset.alias \ | 71 | ${libdir}/charset.alias \ |
72 | " | 72 | " |
73 | FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \ | 73 | FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \ |
74 | ${includedir}/autosprintf.h \ | 74 | ${includedir}/autosprintf.h \ |
75 | " | 75 | " |
76 | FILES_gettext-runtime-dev_append_libc-uclibc = " ${libdir}/libintl.a \ | 76 | FILES_gettext-runtime-dev_append_libc-uclibc = " ${libdir}/libintl.a \ |
77 | ${libdir}/libintl.so \ | ||
77 | ${includedir}/libintl.h \ | 78 | ${includedir}/libintl.h \ |
78 | " | 79 | " |
79 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ | 80 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ |