summaryrefslogtreecommitdiffstats
path: root/recipes/jpeg/jpeg_8b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jpeg/jpeg_8b.bb')
-rw-r--r--recipes/jpeg/jpeg_8b.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/jpeg/jpeg_8b.bb b/recipes/jpeg/jpeg_8b.bb
index 4251ca6538..688dcd8db9 100644
--- a/recipes/jpeg/jpeg_8b.bb
+++ b/recipes/jpeg/jpeg_8b.bb
@@ -2,12 +2,15 @@ DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format."
LICENSE = "jpeg"
SECTION = "libs"
PRIORITY = "required"
-PR = "r0"
+PR = "r1"
# TODO: really needed?
RPROVIDES_${PN} = "jpeg"
-SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz"
+SRC_URI = "\
+ http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
+ file://0001-configure-make-jpeg-work-with-older-autotools.patch \
+ "
S = "${WORKDIR}/jpeg-${PV}"
inherit autotools