aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext/gettext_0.17.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.17.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.17.bb')
-rw-r--r--recipes/gettext/gettext_0.17.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb
index 9f9f695b6a..2f8429cdae 100644
--- a/recipes/gettext/gettext_0.17.bb
+++ b/recipes/gettext/gettext_0.17.bb
@@ -2,9 +2,12 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPLv3"
-PR = "r3"
+PR = "r4"
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
+DEPENDS_virtclass-native = ""
PROVIDES = "virtual/libintl"
+PROVIDES_virtclass-native = ""
+
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://autotools.patch;patch=1 \
@@ -49,6 +52,5 @@ PACKAGES =+ "libgettextlib libgettextsrc"
FILES_libgettextlib = "${libdir}/libgettextlib-*.so*"
FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
-do_stage () {
- autotools_stage_all
-}
+BBCLASSEXTEND = "native nativesdk"
+