diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 17:37:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:26 +0000 |
commit | 7541841b565be0b1ad2238b851b7ac736e48d762 (patch) | |
tree | 388bb3b86dc8d9691dbcc35eb04c34fa02ff7043 /meta/packages/libxml/libxml2_2.6.29.bb | |
parent | b9cac51c380ed55a00fa522334fb90aa547e03f6 (diff) | |
download | openembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.tar.gz openembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.tar.bz2 openembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.zip |
libxml2: Convert to BBCLASSEXTEND (and drop unneeded custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libxml/libxml2_2.6.29.bb')
-rw-r--r-- | meta/packages/libxml/libxml2_2.6.29.bb | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/meta/packages/libxml/libxml2_2.6.29.bb b/meta/packages/libxml/libxml2_2.6.29.bb index 2f583c2c30..42253dd475 100644 --- a/meta/packages/libxml/libxml2_2.6.29.bb +++ b/meta/packages/libxml/libxml2_2.6.29.bb @@ -1,26 +1,3 @@ require libxml2.inc -PR = "r7" - -export LDFLAGS += "-ldl" - -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} -} - -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}/*" +PR = "r8" |