diff options
Diffstat (limited to 'jpeg/jpeg_6b.oe')
-rw-r--r-- | jpeg/jpeg_6b.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index e4e25c20e4..6db074db7d 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -7,8 +7,8 @@ PACKAGES =+ "jpeg-tools " FILES_jpeg-tools = "${bindir}" SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ - file://${FILESDIR}/debian.patch;patch=1 \ - file://${FILESDIR}/ldflags.patch;patch=1" + file://debian.patch;patch=1 \ + file://ldflags.patch;patch=1" inherit autotools |