[oe-commits] org.oe.dev libxml2_2.6.29.bb : use new DEBIANNAME handling to rename libxml2

xora commit openembedded-commits at lists.openembedded.org
Thu Jan 24 11:36:56 UTC 2008


libxml2_2.6.29.bb : use new DEBIANNAME handling to rename libxml2

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 384ae5fe027a3b52c1b34e845f7791b1ec3e316f
ViewMTN: http://monotone.openembedded.org/revision/info/384ae5fe027a3b52c1b34e845f7791b1ec3e316f
Files:
1
packages/libxml/libxml2_2.6.29.bb
Diffs:

#
# mt diff -r7486354d68e8df3255fc4b93454fe1776ad704e4 -r384ae5fe027a3b52c1b34e845f7791b1ec3e316f
#
# 
# 
# patch "packages/libxml/libxml2_2.6.29.bb"
#  from [c2449acb83459ee9a068c8c6044ea5de37d714ce]
#    to [74558b89eaffb7fdd847368d871f463438a97864]
# 
============================================================
--- packages/libxml/libxml2_2.6.29.bb	c2449acb83459ee9a068c8c6044ea5de37d714ce
+++ packages/libxml/libxml2_2.6.29.bb	74558b89eaffb7fdd847368d871f463438a97864
@@ -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"
 






More information about the Openembedded-commits mailing list