summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-12-23 13:09:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-25 08:18:12 +0000
commitbd4052b6cf13bcb5033a860a756a5b4587563ee7 (patch)
treec6c290791586d89e0f512f1fc2de5c784683799f /meta/recipes-core/libxml/libxml2.inc
parent3ef9f83ab7040684cbc62b276a2598cce55e6c8d (diff)
downloadpoky-bd4052b6cf13bcb5033a860a756a5b4587563ee7.tar.gz
libxml2: upgrade to 2.9.2
- Rebase python-sitepackages-dir.patch to 2.9.2 - Drop libxml2-CVE-2014-3660.patch which has been merged to 2.9.2. - Add configure.ac-fix-cross-compiling-warning.patch to fix cross compilation failure. - Tweak do_configure_prepend, use configure.ac to instead of configure.in - Add cmake files to ${PN}-dev (From OE-Core rev: 06f555fa5a36dbf63b26c3734dbbd0b5af16dc33) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index c729c199cf..1314bbfb8d 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -21,7 +21,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
21 file://libxml2-CVE-2014-0191-fix.patch \ 21 file://libxml2-CVE-2014-0191-fix.patch \
22 file://python-sitepackages-dir.patch \ 22 file://python-sitepackages-dir.patch \
23 file://libxml-m4-use-pkgconfig.patch \ 23 file://libxml-m4-use-pkgconfig.patch \
24 file://libxml2-CVE-2014-3660.patch \ 24 file://configure.ac-fix-cross-compiling-warning.patch \
25 " 25 "
26 26
27BINCONFIG = "${bindir}/xml2-config" 27BINCONFIG = "${bindir}/xml2-config"
@@ -34,7 +34,7 @@ RDEPENDS_${PN}-ptest_append_libc-glibc += "glibc-gconv-ebcdic-us glibc-gconv-ibm
34 34
35# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header 35# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header
36do_configure_prepend () { 36do_configure_prepend () {
37 sed -i -e '/.*ansidecl.h.*/d' ${S}/configure.in 37 sed -i -e '/.*ansidecl.h.*/d' ${S}/configure.ac
38} 38}
39 39
40do_configure_prepend_class-nativesdk () { 40do_configure_prepend_class-nativesdk () {
@@ -66,7 +66,7 @@ PACKAGES += "${PN}-utils ${PN}-python"
66 66
67FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" 67FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug"
68FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" 68FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
69FILES_${PN}-dev += "${libdir}/xml2Conf.sh" 69FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*"
70FILES_${PN}-utils += "${bindir}/*" 70FILES_${PN}-utils += "${bindir}/*"
71FILES_${PN}-python += "${PYTHON_SITEPACKAGES_DIR}" 71FILES_${PN}-python += "${PYTHON_SITEPACKAGES_DIR}"
72 72