1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libxml2: create staging directories before installing into them (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3006 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-26 12:53:16 +00:00
parent 58df8e8af6
commit 4b780366b0
+6 -3
View File
@@ -14,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_CROSS}
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 () {