diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-20 14:18:22 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-20 14:18:22 +0000 |
commit | f6e7806acdcca76d3bfe3e73ad65177ad84e0748 (patch) | |
tree | 4888f52f776caf7a87689bc8daba47a58c5df382 /packages/libxml | |
parent | b592fc2a81a225bdd6e551758c2fca987e7db169 (diff) |
packages/libxml/libxml2_2.6.26.bb: copy xml2-config to staging/bin
This is need by php during install to very that libxml2 is installed
Diffstat (limited to 'packages/libxml')
-rw-r--r-- | packages/libxml/libxml2_2.6.26.bb | 3 |
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 () { |