aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext/gettext_0.14.1.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-01-09 13:59:47 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-01-22 03:08:49 +0100
commitcb3a5b9cad5c10d3cb694ed3b43d24626760c086 (patch)
treef58f19d459070aa897a04ec652d58a9ac1b3dd21 /recipes/gettext/gettext_0.14.1.bb
parent615c15be352e98825213c983be22ab3a24186033 (diff)
downloadopenembedded-cb3a5b9cad5c10d3cb694ed3b43d24626760c086.tar.gz
gettext: move to BBCLASSEXTEND, taken from popky
* delete all native recipes now handled by BBCLASSEXTEND * bump PR's
Diffstat (limited to 'recipes/gettext/gettext_0.14.1.bb')
-rw-r--r--recipes/gettext/gettext_0.14.1.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb
index b383525d88..77ec7b9e4e 100644
--- a/recipes/gettext/gettext_0.14.1.bb
+++ b/recipes/gettext/gettext_0.14.1.bb
@@ -2,9 +2,11 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPL"
-PR = "r10"
+PR = "r11"
DEPENDS = "virtual/libiconv"
+DEPENDS_virtclass-native = ""
PROVIDES = "virtual/libintl"
+PROVIDES_virtclass-native = ""
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://gettext-vpath.patch;patch=1;pnum=1 \
@@ -28,7 +30,6 @@ acpaths = '-I ${S}/autoconf-lib-link/m4/ \
do_configure_prepend() {
rm -f ${S}/config/m4/libtool.m4
- install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/
}
# these lack the .x behind the .so, but shouldn't be in the -dev package
@@ -45,6 +46,3 @@ PACKAGES =+ "libgettextlib libgettextsrc"
FILES_libgettextlib = "${libdir}/libgettextlib-*.so*"
FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
-do_stage () {
- autotools_stage_all
-}