[oe-commits] Koen Kooi : libxml2: stop overriding PACKAGES

git version control git at git.openembedded.org
Sun Oct 25 09:15:28 UTC 2009


Module: openembedded.git
Branch: koen/static-libs-rework
Commit: 124433fbfb78c67081dd82ee65fbac083b13be4f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=124433fbfb78c67081dd82ee65fbac083b13be4f

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Oct 24 17:06:22 2009 +0200

libxml2: stop overriding PACKAGES

---

 recipes/libxml/libxml2.inc      |   13 +++++++++++--
 recipes/libxml/libxml2_2.7.3.bb |    2 --
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index f7ecaff..bc31123 100644
--- a/recipes/libxml/libxml2.inc
+++ b/recipes/libxml/libxml2.inc
@@ -5,6 +5,8 @@ LICENSE = "MIT"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
 
+PR = "r1"
+
 inherit autotools pkgconfig binconfig
 
 EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
@@ -23,7 +25,14 @@ do_stage() {
 
 DEBIANNAME_${PN} = "libxml2"
 
-PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
+PACKAGES =+ "${PN}-utils"
+FILES_${PN} = "${libexecdir}/* ${libdir}/lib*${SOLIBS} \
+            ${sysconfdir} ${sharedstatedir} ${localstatedir} \
+            ${base_libdir}/*${SOLIBS} \
+            ${datadir}/${PN} ${libdir}/${PN}/* \
+            ${datadir}/pixmaps ${datadir}/applications \
+            ${datadir}/idl ${datadir}/omf ${datadir}/sounds \
+            ${libdir}/bonobo/servers"
 
 FILES_${PN}-dev += "${bindir}/*-config"
-FILES_${PN}-utils += "${bindir}/* ${libdir}/*.sh"
+FILES_${PN}-utils = "${bindir}/xmllint ${bindir}/xmlcatalog ${libdir}/*.sh"
diff --git a/recipes/libxml/libxml2_2.7.3.bb b/recipes/libxml/libxml2_2.7.3.bb
index 555a436..fa80f36 100644
--- a/recipes/libxml/libxml2_2.7.3.bb
+++ b/recipes/libxml/libxml2_2.7.3.bb
@@ -1,4 +1,2 @@
 require libxml2.inc
 
-PR = "r0"
-





More information about the Openembedded-commits mailing list