summaryrefslogtreecommitdiff
path: root/recipes/libxslt/libxslt_1.1.22.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-03-04 22:51:13 +0000
committerPhil Blundell <philb@gnu.org>2010-03-04 22:51:13 +0000
commitfdf8185913576006aa3c69bd132fb247d0a869bf (patch)
tree69fc8d4b276b6ac9ad8198478e8feea6cf9d9693 /recipes/libxslt/libxslt_1.1.22.bb
parent1ae7c5f36d8a6a94053ba4d7919fb7daf9ff2ae1 (diff)
parent78c7106f99efcbabc9ccc00343c87a900644cda3 (diff)
Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libxslt/libxslt_1.1.22.bb')
-rw-r--r--recipes/libxslt/libxslt_1.1.22.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/libxslt/libxslt_1.1.22.bb b/recipes/libxslt/libxslt_1.1.22.bb
index 86fe70dff2..068ff874cd 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"