]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: Update to 2.9.1
authorSaul Wold <sgw@linux.intel.com>
Tue, 7 May 2013 20:53:17 +0000 (13:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2013 07:40:57 +0000 (08:40 +0100)
Copyright date and generalize authors clause

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/libxml/libxml2.inc
meta/recipes-core/libxml/libxml2_2.9.0.bb [deleted file]
meta/recipes-core/libxml/libxml2_2.9.1.bb [new file with mode: 0644]

index 615c89e8569ce906b9ae3d4a27b2718dac231adc..91cc14b816656b5cf28024e25805915f105f0353 100644 (file)
@@ -4,13 +4,11 @@ HOMEPAGE = "http://www.xmlsoft.org/"
 BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2"
 SECTION = "libs"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://Copyright;md5=bb90c48926316d9af6e2d70ca7013ade \
+LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \
                     file://hash.c;beginline=6;endline=15;md5=96f7296605eae807670fb08947829969 \
                     file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \
                     file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e"
 
-INC_PR = "r1"
-
 DEPENDS_class-native = "python-native"
 DEPENDS =+ "zlib"
 
diff --git a/meta/recipes-core/libxml/libxml2_2.9.0.bb b/meta/recipes-core/libxml/libxml2_2.9.0.bb
deleted file mode 100644 (file)
index ecc19fb..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require libxml2.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "5b9bebf4f5d2200ae2c4efe8fa6103f7"
-SRC_URI[sha256sum] = "ad25d91958b7212abdc12b9611cfb4dc4e5cddb6d1e9891532f48aacee422b82"
-
-SRC_URI += "file://libxml2-CVE-2012-2871.patch \
-          "
diff --git a/meta/recipes-core/libxml/libxml2_2.9.1.bb b/meta/recipes-core/libxml/libxml2_2.9.1.bb
new file mode 100644 (file)
index 0000000..a1093ed
--- /dev/null
@@ -0,0 +1,7 @@
+require libxml2.inc
+
+SRC_URI += "file://libxml2-CVE-2012-2871.patch \
+          "
+
+SRC_URI[md5sum] = "9c0cfef285d5c4a5c80d00904ddab380"
+SRC_URI[sha256sum] = "fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb"