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:
0509c1f
)
libxml2: fix python badness on target
author
Koen Kooi
<koen@openembedded.org>
Fri, 16 Apr 2010 17:27:22 +0000
(19:27 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 16 Apr 2010 17:27:58 +0000
(19:27 +0200)
recipes/libxml/libxml2.inc
patch
|
blob
|
history
diff --git
a/recipes/libxml/libxml2.inc
b/recipes/libxml/libxml2.inc
index
e3a5891
..
23b0546
100644
(file)
--- a/
recipes/libxml/libxml2.inc
+++ b/
recipes/libxml/libxml2.inc
@@
-7,7
+7,7
@@
DEPENDS_virtclass-native = "python-native"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=archive"
S = "${WORKDIR}/${BPN}-${PV}"
-INC_PR = "r
7
"
+INC_PR = "r
8
"
BBCLASSEXTEND = "native"
@@
-20,7
+20,7
@@
EXTRA_OECONF = "\
--with-docbook \
--with-c14n"
-XPY = ""
+XPY = "
--without-python
"
XPY_virtclass-native = " --with-python=${PYTHON_DIR}"
EXTRA_OECONF += "${XPY}"