diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-31 13:46:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-31 13:46:47 +0000 |
commit | 44cbb9985f111ce87e6990061c89e2e061b6c6ea (patch) | |
tree | f26c7f7df66d468547e5b5cc8ba8dc328c44f08d /packages/libxml/libxml2_2.6.29.bb | |
parent | 43b6ecbcb39354a32e0b8dd7c02ec8789be0ab9a (diff) | |
parent | 821528ad116a72c2323d88d21e979614c78f1b41 (diff) |
propagate from branch 'org.openembedded.dev' (head a6b798a43c05aef43ed650ab880f3edd386d0aa3)
to branch 'org.openembedded.dev.avr32' (head 77e1041de2eef682f183f3f5199826818cb9c5b1)
Diffstat (limited to 'packages/libxml/libxml2_2.6.29.bb')
-rw-r--r-- | packages/libxml/libxml2_2.6.29.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/libxml/libxml2_2.6.29.bb b/packages/libxml/libxml2_2.6.29.bb index 224f3e3b96..521ba16d9b 100644 --- a/packages/libxml/libxml2_2.6.29.bb +++ b/packages/libxml/libxml2_2.6.29.bb @@ -1,11 +1,8 @@ -# NOTE! This is an update file and will go away when upstream updates -# TODO: send this to upstream - DESCRIPTION = "GNOME XML Parser library" SECTION = "libs" PRIORITY = "optional" LICENSE = "MIT" -PR = "r4" +PR = "r5" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" @@ -17,9 +14,12 @@ export LDFLAGS += "-ldl" do_stage() { autotools_stage_all - install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/ - #this is need it by php during its install - install -m 0755 xml2-config ${STAGING_BINDIR} + 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 () { |