Updated some recipes
[openembedded.git] / recipes / libxslt / libxslt.inc
index d2a4400..eb0363f 100644 (file)
@@ -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}"