From: Koen Kooi Date: Thu, 21 Dec 2006 15:33:15 +0000 (+0000) Subject: expat: repair some SRC_URI breakage X-Git-Tag: Release-2010-05/1~9453^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a321a5f430c61eab2fa6bb5da6cba5e0fb263b54;p=openembedded.git expat: repair some SRC_URI breakage expat-native: ditto --- diff --git a/packages/expat/expat.inc b/packages/expat/expat.inc index 3318efb6aa..6d27b77b19 100644 --- a/packages/expat/expat.inc +++ b/packages/expat/expat.inc @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "MIT" SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ - file://autotools.patch;patch=1" + " S = "${WORKDIR}/expat-${PV}" export LTCC = "${CC}" diff --git a/packages/expat/expat_2.0.0.bb b/packages/expat/expat_2.0.0.bb index 48b2b4eb7d..0fd825ee24 100644 --- a/packages/expat/expat_2.0.0.bb +++ b/packages/expat/expat_2.0.0.bb @@ -1,7 +1,7 @@ require expat.inc PR = "r2" -SRC_URI = "file://autotools.patch;patch=1" +SRC_URI += "file://autotools.patch;patch=1" inherit lib_package