From: Jamie Lenehan Date: Sun, 10 Sep 2006 04:35:40 +0000 (+0000) Subject: libxml2 2.6.22: Remove spurious .debug directories from the non -dbg packages. X-Git-Tag: Release-2010-05/1~9453^2~876^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e89662021692a6c3e74c9ef1a1b9807a216ffe;p=openembedded.git libxml2 2.6.22: Remove spurious .debug directories from the non -dbg packages. --- 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}/*"