diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-04-10 17:42:17 +0200 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-04-10 17:44:12 +0200 |
commit | 216fd1ee6acb42298a90f46b4351707fb8063f69 (patch) | |
tree | 2138113c4bdc3cbd4f94383de90d89057bbdaf9f /recipes/libxslt | |
parent | 83c92ae8d1e83129b5fd692585113316216a49e7 (diff) |
libxslt: Inherit from binconfig to add support for xslt-config
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Diffstat (limited to 'recipes/libxslt')
-rw-r--r-- | recipes/libxslt/libxslt.inc | 5 |
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}" |