aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jpeg/jpeg_8b.bb
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-09-10 08:02:20 +0000
committerDenys Dmytriyenko <denis@denix.org>2010-09-11 16:06:26 -0400
commite4a5af399446d0d0bc3afb02d581b27c41f4350e (patch)
tree7b1b902581effcb795b5f6b9873fdb429bcc7221 /recipes/jpeg/jpeg_8b.bb
parentf66709f94f315ab11aff903183c89fef8b99a2f2 (diff)
downloadopenembedded-e4a5af399446d0d0bc3afb02d581b27c41f4350e.tar.gz
jpeg_8b: Allow using older versions of automake
* Added patch to allow using older versions of automake such as 1.10.3 when building jpeg version 8b. * Only use the AM_SILENT_RULES if it is available. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
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