summaryrefslogtreecommitdiff
path: root/packages/libxml/libxml2_2.6.22.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-18 13:37:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-18 13:37:29 +0000
commiteb1bc6e2d48c04db954aa69f738109873dcbbcd3 (patch)
tree328e9933d0c15cc3245f7f9aab4106bc0593ccdb /packages/libxml/libxml2_2.6.22.bb
parent5ae14e052c68c2666a1152e33ddb227455913766 (diff)
libxml2-native: catch up with python2.5 update
Diffstat (limited to 'packages/libxml/libxml2_2.6.22.bb')
-rw-r--r--packages/libxml/libxml2_2.6.22.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/libxml/libxml2_2.6.22.bb b/packages/libxml/libxml2_2.6.22.bb
deleted file mode 100644
index f74d33bcc4..0000000000
--- a/packages/libxml/libxml2_2.6.22.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "GNOME XML library"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "MIT"
-PR = "r3"
-
-SRC_URI = "http://xmlsoft.org/sources/libxml2/libxml2-${PV}.tar.gz \
- file://no-testapi.patch;patch=1"
-
-inherit autotools pkgconfig binconfig
-
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n"
-
-do_stage() {
- autotools_stage_all
- install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/
-}
-
-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)
-}
-
-PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
-
-FILES_${PN}-dev += "${bindir}/*-config"
-FILES_${PN}-utils += "${bindir}/*"