summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/jpeg/jpeg_8b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/jpeg/jpeg_8b.bb')
-rw-r--r--meta/recipes-core/jpeg/jpeg_8b.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/jpeg/jpeg_8b.bb b/meta/recipes-core/jpeg/jpeg_8b.bb
index 012bbcf491..8e2c24dd21 100644
--- a/meta/recipes-core/jpeg/jpeg_8b.bb
+++ b/meta/recipes-core/jpeg/jpeg_8b.bb
@@ -19,6 +19,9 @@ PR = "r0"
19SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ 19SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
20 file://debian-libjpeg7_7-1.diff;patch=1" 20 file://debian-libjpeg7_7-1.diff;patch=1"
21 21
22SRC_URI[md5sum] = "e022acbc5b36cd2cb70785f5b575661e"
23SRC_URI[sha256sum] = "36e6208edec591bae8f2fc370ea4f991447badb6377a125c211ffa7b503174a7"
24
22inherit autotools 25inherit autotools
23 26
24EXTRA_OECONF="--enable-static --enable-shared" 27EXTRA_OECONF="--enable-static --enable-shared"