From 06f555fa5a36dbf63b26c3734dbbd0b5af16dc33 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 23 Dec 2014 13:09:54 +0800 Subject: 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 Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2_2.9.2.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/recipes-core/libxml/libxml2_2.9.2.bb (limited to 'meta/recipes-core/libxml/libxml2_2.9.2.bb') diff --git a/meta/recipes-core/libxml/libxml2_2.9.2.bb b/meta/recipes-core/libxml/libxml2_2.9.2.bb new file mode 100644 index 0000000000..f0cfa59309 --- /dev/null +++ b/meta/recipes-core/libxml/libxml2_2.9.2.bb @@ -0,0 +1,8 @@ +require libxml2.inc + +SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar" + +SRC_URI[libtar.md5sum] = "9e6a9aca9d155737868b3dc5fd82f788" +SRC_URI[libtar.sha256sum] = "5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc" +SRC_URI[testtar.md5sum] = "ae3d1ebe000a3972afa104ca7f0e1b4a" +SRC_URI[testtar.sha256sum] = "96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7" -- cgit 1.2.3-korg