From: Graeme Gregory Date: Thu, 24 Jan 2008 11:02:13 +0000 (+0000) Subject: libxml2_2.6.29.bb : use new DEBIANNAME handling to rename libxml2 X-Git-Tag: Release-2010-05/1~7838^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db156ba03f2110e6b037eec8cbd7aece27fede13;p=openembedded.git libxml2_2.6.29.bb : use new DEBIANNAME handling to rename libxml2 --- diff --git a/packages/libxml/libxml2_2.6.29.bb b/packages/libxml/libxml2_2.6.29.bb index 521ba16d9b..6f1c8632b1 100644 --- a/packages/libxml/libxml2_2.6.29.bb +++ b/packages/libxml/libxml2_2.6.29.bb @@ -22,11 +22,7 @@ do_stage() { install -m 0755 xml2-config ${STAGING_BINDIR_CROSS} } -python populate_packages_prepend () { - # autonamer would call this libxml2-2, but we don't want that - if bb.data.getVar('DEBIAN_NAMES', d, 1): - bb.data.setVar('PKG_libxml2', 'libxml2', d) -} +DEBIANNAME_${PN} = "libxml2" PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"