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"
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"