diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-01-21 23:25:49 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-01-22 03:08:49 +0100 |
commit | 0f29546c892b47261911861f8f6ed78a4d12cbe1 (patch) | |
tree | e2d8b1d80d1e8d47bbc286dd6d703f05a4eea587 /recipes | |
parent | cb3a5b9cad5c10d3cb694ed3b43d24626760c086 (diff) |
gettext: add extra package for libintl
* add extra package for libintl because it is mostly
enough for running the stuff on targets
* let runtime conflict it with proxy-libintl
* bump PR
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gettext/gettext_0.17.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb index 2f8429cdae..2f7faa70fa 100644 --- a/recipes/gettext/gettext_0.17.bb +++ b/recipes/gettext/gettext_0.17.bb @@ -2,12 +2,14 @@ DESCRIPTION = "The GNU internationalization library." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" LICENSE = "GPLv3" -PR = "r4" +PR = "r5" DEPENDS = "gettext-native virtual/libiconv ncurses expat" DEPENDS_virtclass-native = "" PROVIDES = "virtual/libintl" PROVIDES_virtclass-native = "" +RCONFLICTS_gettext-libintl = "proxy-libintl" +BBCLASSEXTEND = "native nativesdk" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://autotools.patch;patch=1 \ @@ -48,9 +50,9 @@ acpaths = '-I ${S}/autoconf-lib-link/m4/ \ # 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" +PACKAGES =+ "gettext-libintl libgettextlib libgettextsrc" + +FILES_gettext-libintl = "${libdir}/libintl*.so.*" FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" -BBCLASSEXTEND = "native nativesdk" - |