summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libxslt/libxslt.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/libxslt/libxslt.inc b/recipes/libxslt/libxslt.inc
index d2a4400700..eb0363ffd1 100644
--- a/recipes/libxslt/libxslt.inc
+++ b/recipes/libxslt/libxslt.inc
@@ -3,12 +3,12 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libxml2 (>=2.6.27)"
LICENSE = "MIT"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "ftp://xmlsoft.org/libxml2/${BPN}-${PV}.tar.gz;name=archive"
S = "${WORKDIR}/${BPN}-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig binconfig
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
@@ -17,5 +17,4 @@ EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-c
PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
-FILES_${PN}-dev += "${bindir}/xslt-config"
FILES_${PN}-utils += "${bindir}"