diff options
Diffstat (limited to 'comprec/comprec_0.02.oe')
-rw-r--r-- | comprec/comprec_0.02.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comprec/comprec_0.02.oe b/comprec/comprec_0.02.oe index 3b1c485e7a..3c2e45e8fc 100644 --- a/comprec/comprec_0.02.oe +++ b/comprec/comprec_0.02.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libc" SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \ - file://${FILESDIR}/makefile.patch;patch=1" + file://makefile.patch;patch=1" export AS = "${TARGET_PREFIX}as" |