aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml/libxml2_2.6.26.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libxml/libxml2_2.6.26.bb')
-rw-r--r--packages/libxml/libxml2_2.6.26.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/libxml/libxml2_2.6.26.bb b/packages/libxml/libxml2_2.6.26.bb
index aabcb926ff..ecc4191fd9 100644
--- a/packages/libxml/libxml2_2.6.26.bb
+++ b/packages/libxml/libxml2_2.6.26.bb
@@ -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 () {