diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-10-21 22:23:37 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-21 22:23:37 +0000 |
commit | 3d242724a16e804b181605744d4cf1d86aae3e9a (patch) | |
tree | f950accfefe75ef8456224231e8b4a092dd88e6e | |
parent | 84a44b23f513146943b6dfd31f6cae57714a53ee (diff) |
libxml: Stage binconfig file to the correct place (from poky)
-rw-r--r-- | packages/libxml/libxml2_2.6.29.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { |