From 5dcefd18d60b01be84fb1b32ea759613d5216a5f Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 7 Jul 2010 10:26:50 +0800 Subject: expat: upgrade to 2.0.1 [Patches] KEEP _autotools.patch_: avoid using expat's own libtool.m4. add comment [Recipe] - fix SRC_URI format - no need to export LTCC, as the default will be ${CC} - no need to touch libtool.m4 Signed-off-by: Kevin Tian --- meta/packages/expat/expat.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/packages/expat/expat.inc') diff --git a/meta/packages/expat/expat.inc b/meta/packages/expat/expat.inc index df2243ad0..d47e34062 100644 --- a/meta/packages/expat/expat.inc +++ b/meta/packages/expat/expat.inc @@ -3,9 +3,7 @@ HOMEPAGE = "http://expat.sourceforge.net/" SECTION = "libs" LICENSE = "MIT" -SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ - " -export LTCC = "${CC}" +SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz" inherit autotools -- cgit v1.2.3