aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-01-24 11:02:13 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-01-24 11:02:13 +0000
commitdb156ba03f2110e6b037eec8cbd7aece27fede13 (patch)
tree580c5226d5bddc6f390ec102fb117258bc21c591 /packages/libxml
parent342e90dbd530f0ae6ea3f7583c9ce3ac7df8d24f (diff)
downloadopenembedded-db156ba03f2110e6b037eec8cbd7aece27fede13.tar.gz
libxml2_2.6.29.bb : use new DEBIANNAME handling to rename libxml2
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/libxml2_2.6.29.bb6
1 files changed, 1 insertions, 5 deletions
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"