expat: repair some SRC_URI breakage
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 15:33:15 +0000 (15:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 15:33:15 +0000 (15:33 +0000)
expat-native: ditto

packages/expat/expat.inc
packages/expat/expat_2.0.0.bb

index 3318efb..6d27b77 100644 (file)
@@ -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}"
index 48b2b4e..0fd825e 100644 (file)
@@ -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