From 0f29546c892b47261911861f8f6ed78a4d12cbe1 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 21 Jan 2010 23:25:49 +0100 Subject: [PATCH] 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 --- recipes/gettext/gettext_0.17.bb | 10 ++++++---- 1 file 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" - -- 2.11.4.GIT