From: Richard Purdie Date: Sun, 21 Oct 2007 22:23:37 +0000 (+0000) Subject: libxml: Stage binconfig file to the correct place (from poky) X-Git-Tag: Release-2010-05/1~8479 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d242724a16e804b181605744d4cf1d86aae3e9a;p=openembedded.git libxml: Stage binconfig file to the correct place (from poky) --- diff --git a/packages/libxml/libxml2_2.6.29.bb b/packages/libxml/libxml2_2.6.29.bb index 12fb6ca08e..6904031670 100644 --- a/packages/libxml/libxml2_2.6.29.bb +++ b/packages/libxml/libxml2_2.6.29.bb @@ -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 () {