[oe-commits] Michael Lippautz : libxslt: Inherit from binconfig to add support for xslt-config

git version control git at git.openembedded.org
Sat Apr 10 15:44:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 216fd1ee6acb42298a90f46b4351707fb8063f69
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=216fd1ee6acb42298a90f46b4351707fb8063f69

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Sat Apr 10 17:42:17 2010 +0200

libxslt: Inherit from binconfig to add support for xslt-config

Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

 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 d2a4400..eb0363f 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}"





More information about the Openembedded-commits mailing list