git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a44b2
)
libxml: Stage binconfig file to the correct place (from poky)
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 21 Oct 2007 22:23:37 +0000
(22:23 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 21 Oct 2007 22:23:37 +0000
(22:23 +0000)
packages/libxml/libxml2_2.6.29.bb
patch
|
blob
|
history
diff --git
a/packages/libxml/libxml2_2.6.29.bb
b/packages/libxml/libxml2_2.6.29.bb
index
12fb6ca
..
6904031
100644
(file)
--- 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 = "r
4
"
+PR = "r
5
"
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 () {