packages/libxml/libxml2_2.6.26.bb: copy xml2-config to staging/bin
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 20 Feb 2007 14:18:22 +0000 (14:18 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 20 Feb 2007 14:18:22 +0000 (14:18 +0000)
This is need by php during install to very that libxml2 is installed

packages/libxml/libxml2_2.6.26.bb

index aabcb92..ecc4191 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "GNOME XML Parser library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "MIT"
+PR = "r1"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
 
@@ -14,6 +15,8 @@ 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}
 }
 
 python populate_packages_prepend () {