diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-07 13:53:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 08:40:57 +0100 |
commit | 3b4fe8c1b681d5e5bb1d1a7c6d68016681667873 (patch) | |
tree | cf307ba6c423d12638d0ca6f674794fd40a1e3ab /meta/recipes-core | |
parent | 117a6145c2aa8263f6eff6101e4a5006b9865564 (diff) | |
download | openembedded-core-3b4fe8c1b681d5e5bb1d1a7c6d68016681667873.tar.gz openembedded-core-3b4fe8c1b681d5e5bb1d1a7c6d68016681667873.tar.bz2 openembedded-core-3b4fe8c1b681d5e5bb1d1a7c6d68016681667873.zip |
libxml2: Update to 2.9.1
Copyright date and generalize authors clause
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.0.bb | 9 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.1.bb | 7 |
3 files changed, 8 insertions, 12 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 615c89e856..91cc14b816 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -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 index ecc19fbcbb..0000000000 --- a/meta/recipes-core/libxml/libxml2_2.9.0.bb +++ /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 index 0000000000..a1093ed86c --- /dev/null +++ b/meta/recipes-core/libxml/libxml2_2.9.1.bb @@ -0,0 +1,7 @@ +require libxml2.inc + +SRC_URI += "file://libxml2-CVE-2012-2871.patch \ + " + +SRC_URI[md5sum] = "9c0cfef285d5c4a5c80d00904ddab380" +SRC_URI[sha256sum] = "fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb" |