]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: Stage binconfig files to STAGING_BINDIR_CROSS
authorRichard Purdie <richard@openedhand.com>
Sun, 21 Oct 2007 21:44:06 +0000 (21:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 21 Oct 2007 21:44:06 +0000 (21:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2944 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxml/libxml2_2.6.29.bb

index 12fb6ca08e2c1caa7e4a89cc8d8eeaf07c84ecd5..6904031670bb4f7b35dbbe642ae454327c8b38ed 100644 (file)
@@ -2,7 +2,7 @@ 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"
 
@@ -16,7 +16,7 @@ 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 -m 0755 xml2-config ${STAGING_BINDIR_CROSS}
 }
 
 python populate_packages_prepend () {