[oe-commits] org.oe.dev libxml2 2.6.22: Remove spurious .debug directories from the non -dbg packages.

lenehan commit openembedded-commits at lists.openembedded.org
Sun Sep 10 04:39:58 UTC 2006


libxml2 2.6.22: Remove spurious .debug directories from the non -dbg packages.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 6dc1b7742ac81eb2cd1685382c450d0f6bb5f3f9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6dc1b7742ac81eb2cd1685382c450d0f6bb5f3f9
Files:
1
packages/libxml/libxml2_2.6.22.bb
Diffs:

#
# mt diff -r468b9951456f8fd4e98a0be4c0dc1821406bd322 -r6dc1b7742ac81eb2cd1685382c450d0f6bb5f3f9
#
# 
# 
# patch "packages/libxml/libxml2_2.6.22.bb"
#  from [feaaa4d8b205c2013b327b36f0e2c78f1e5394b7]
#    to [89c709765b5a40b182a3548c66d5cf46ad82e7ee]
# 
============================================================
--- packages/libxml/libxml2_2.6.22.bb	feaaa4d8b205c2013b327b36f0e2c78f1e5394b7
+++ packages/libxml/libxml2_2.6.22.bb	89c709765b5a40b182a3548c66d5cf46ad82e7ee
@@ -1,8 +1,8 @@ LICENSE = "MIT"
 DESCRIPTION = "GNOME XML library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \
 		   file://no-testapi.patch;patch=1"
@@ -22,7 +22,7 @@ python populate_packages_prepend () {
 		bb.data.setVar('PKG_libxml2', 'libxml2', d)
 }
 
-PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
+PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
 
 FILES_${PN}-dev += "${bindir}/*-config"
+FILES_${PN}-utils += "${bindir}/*"
-FILES_${PN}-utils += "${bindir}"






More information about the Openembedded-commits mailing list