[oe-commits] Koen Kooi : libxslt 1.1.22: convert to new style staging and BBCLASSEXTEND= native

git version control git at git.openembedded.org
Thu Mar 4 06:55:52 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8538297f89e828977eddc1539fa79cb42b8c1a96
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8538297f89e828977eddc1539fa79cb42b8c1a96

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar  3 18:21:35 2010 +0100

libxslt 1.1.22: convert to new style staging and BBCLASSEXTEND=native

---

 recipes/libxslt/libxslt-native_1.1.17.bb |    4 ----
 recipes/libxslt/libxslt-native_1.1.21.bb |    4 ----
 recipes/libxslt/libxslt_1.1.22.bb        |    9 ++++-----
 3 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/recipes/libxslt/libxslt-native_1.1.17.bb b/recipes/libxslt/libxslt-native_1.1.17.bb
deleted file mode 100644
index 6134b2b..0000000
--- a/recipes/libxslt/libxslt-native_1.1.17.bb
+++ /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
index 5157aaa..0000000
--- a/recipes/libxslt/libxslt-native_1.1.21.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require libxslt_${PV}.bb
-inherit native
-
-DEPENDS = "libxml2-native (>=2.6.27)"
diff --git a/recipes/libxslt/libxslt_1.1.22.bb b/recipes/libxslt/libxslt_1.1.22.bb
index 86fe70d..068ff87 100644
--- a/recipes/libxslt/libxslt_1.1.22.bb
+++ b/recipes/libxslt/libxslt_1.1.22.bb
@@ -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"
 





More information about the Openembedded-commits mailing list