[oe-commits] org.oe.dev libxml: Stage binconfig file to the correct place (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Oct 21 22:37:53 UTC 2007


libxml: Stage binconfig file to the correct place (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: a760a71f849631d0e94aa3ad3e4d0c3f9544e380
ViewMTN: http://monotone.openembedded.org/revision/info/a760a71f849631d0e94aa3ad3e4d0c3f9544e380
Files:
1
packages/libxml/libxml2_2.6.29.bb
Diffs:

#
# mt diff -r5b721c26ea6fe2973e5a754646e2bf012a9f6042 -ra760a71f849631d0e94aa3ad3e4d0c3f9544e380
#
# 
# 
# patch "packages/libxml/libxml2_2.6.29.bb"
#  from [ca6756e3d1b9992043fe02f4e975f218f817b270]
#    to [0801963b752b6faa0b5b6a013a196fa4da72f1e4]
# 
============================================================
--- packages/libxml/libxml2_2.6.29.bb	ca6756e3d1b9992043fe02f4e975f218f817b270
+++ packages/libxml/libxml2_2.6.29.bb	0801963b752b6faa0b5b6a013a196fa4da72f1e4
@@ -1,8 +1,8 @@ LICENSE = "MIT"
 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 () {






More information about the Openembedded-commits mailing list