aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-10 04:35:40 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-10 04:35:40 +0000
commit89e89662021692a6c3e74c9ef1a1b9807a216ffe (patch)
tree392f5cab09f70565dd8f5b984d762e3eefeeba0e /packages/libxml
parent1631f5f16233e4a234f4629ab06d2462b1132b3f (diff)
downloadopenembedded-89e89662021692a6c3e74c9ef1a1b9807a216ffe.tar.gz
libxml2 2.6.22: Remove spurious .debug directories from the non -dbg packages.
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/libxml2_2.6.22.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/libxml/libxml2_2.6.22.bb b/packages/libxml/libxml2_2.6.22.bb
index 92f3dca661..f74d33bcc4 100644
--- a/packages/libxml/libxml2_2.6.22.bb
+++ b/packages/libxml/libxml2_2.6.22.bb
@@ -2,7 +2,7 @@ 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}/*"