From 38b67b4fae5ff0e168f80c157e372ede8ca4e8f1 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Tue, 29 Jan 2008 11:58:52 +0000 Subject: libxml2: Provide common include - added 2.6.27 recipe (for Maemo) - changed 2.6.29 recipe to use the include chinook-compat.conf: - fixed version preference for libxml2 --- packages/libxml/libxml2_2.6.29.bb | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'packages/libxml/libxml2_2.6.29.bb') diff --git a/packages/libxml/libxml2_2.6.29.bb b/packages/libxml/libxml2_2.6.29.bb index 6f1c8632b1..b366a8278c 100644 --- a/packages/libxml/libxml2_2.6.29.bb +++ b/packages/libxml/libxml2_2.6.29.bb @@ -1,30 +1,4 @@ -DESCRIPTION = "GNOME XML Parser library" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "MIT" -PR = "r5" - -SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" - -inherit autotools pkgconfig binconfig - -EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" - -export LDFLAGS += "-ldl" +require libxml2.inc -do_stage() { - autotools_stage_all - install -d ${STAGING_DATADIR}/aclocal/ - install -d ${STAGING_BINDIR_CROSS} - - install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/ - #this is need it by php during its install - install -m 0755 xml2-config ${STAGING_BINDIR_CROSS} -} - -DEBIANNAME_${PN} = "libxml2" - -PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" +PR = "r5" -FILES_${PN}-dev += "${bindir}/*-config" -FILES_${PN}-utils += "${bindir}/*" -- cgit v1.2.3