From 216fd1ee6acb42298a90f46b4351707fb8063f69 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Sat, 10 Apr 2010 17:42:17 +0200 Subject: [PATCH] libxslt: Inherit from binconfig to add support for xslt-config Signed-off-by: Michael Lippautz --- recipes/libxslt/libxslt.inc | 5 ++--- 1 file 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}" -- 2.11.4.GIT