From 8a5a90aa6a7f398803f432038d56cdfea1651aaa Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 16 May 2016 16:22:46 +0300 Subject: expat: Upgrade 2.1.0 -> 2.1.1 * Remove backported CVE patch * Update autotools patch * Update SRC_URI to match current archive type Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-core/expat/expat.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-core/expat/expat.inc') diff --git a/meta/recipes-core/expat/expat.inc b/meta/recipes-core/expat/expat.inc index 4bd60a2a6d..fe9d7e74f0 100644 --- a/meta/recipes-core/expat/expat.inc +++ b/meta/recipes-core/expat/expat.inc @@ -4,9 +4,8 @@ HOMEPAGE = "http://expat.sourceforge.net/" SECTION = "libs" LICENSE = "MIT" -SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ file://autotools.patch \ - file://expat-CVE-2015-1283.patch \ " inherit autotools lib_package gzipnative -- cgit 1.2.3-korg