libxslt 1.1.22: convert to new style staging and BBCLASSEXTEND=native
authorKoen Kooi <koen@openembedded.org>
Wed, 3 Mar 2010 17:21:35 +0000 (18:21 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 3 Mar 2010 17:22:25 +0000 (18:22 +0100)
recipes/libxslt/libxslt-native_1.1.17.bb [deleted file]
recipes/libxslt/libxslt-native_1.1.21.bb [deleted file]
recipes/libxslt/libxslt_1.1.22.bb

diff --git a/recipes/libxslt/libxslt-native_1.1.17.bb b/recipes/libxslt/libxslt-native_1.1.17.bb
deleted file mode 100644 (file)
index 6134b2b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-require libxslt_${PV}.bb
-inherit native
-
-DEPENDS = "libxml2-native (>=2.6.25)"
diff --git a/recipes/libxslt/libxslt-native_1.1.21.bb b/recipes/libxslt/libxslt-native_1.1.21.bb
deleted file mode 100644 (file)
index 5157aaa..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-require libxslt_${PV}.bb
-inherit native
-
-DEPENDS = "libxml2-native (>=2.6.27)"
index 86fe70d..068ff87 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "libxml2 (>=2.6.27)"
 LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch;patch=1"
@@ -11,11 +11,10 @@ S = "${WORKDIR}/libxslt-${PV}"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
 
-do_stage () {
-       autotools_stage_all
-}
+EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
 
 PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"