diff options
Diffstat (limited to 'scew')
-rw-r--r-- | scew/scew_0.3.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scew/scew_0.3.1.oe b/scew/scew_0.3.1.oe index 6dbbc0990b..84eca8bc45 100644 --- a/scew/scew_0.3.1.oe +++ b/scew/scew_0.3.1.oe @@ -2,6 +2,6 @@ DESCRIPTION = "Simple C Expat Wrapper." DEPENDS = "virtual/libc expat" SRC_URI = "http://www.ccd.uab.es/~aleix/scew/scew-${PV}.tar.gz \ - file://${FILESDIR}/m4.patch;patch=1" + file://m4.patch;patch=1" inherit autotools pkgconfig |