From cc70c759f4bd6a29ba83081c9e0fa546f34cf4a5 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 24 Jul 2009 15:52:44 +0200 Subject: [PATCH] jpeg: updated to version 8b jpeg8b is now automake based and does not required the patches from the 6b recipe anymore. Signed-off-by: Enrico Scholz --- recipes/jpeg/jpeg_8b.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/jpeg/jpeg_8b.bb diff --git a/recipes/jpeg/jpeg_8b.bb b/recipes/jpeg/jpeg_8b.bb new file mode 100644 index 0000000000..4251ca6538 --- /dev/null +++ b/recipes/jpeg/jpeg_8b.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." +LICENSE = "jpeg" +SECTION = "libs" +PRIORITY = "required" +PR = "r0" + +# TODO: really needed? +RPROVIDES_${PN} = "jpeg" + +SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz" +S = "${WORKDIR}/jpeg-${PV}" + +inherit autotools + +EXTRA_OECONF = "--enable-static --enable-shared" +CFLAGS_append = " -D_REENTRANT" + +PACKAGES =+ "${PN}-tools " +FILES_${PN}-tools = "${bindir}/*" + +BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "e022acbc5b36cd2cb70785f5b575661e" +SRC_URI[sha256sum] = "36e6208edec591bae8f2fc370ea4f991447badb6377a125c211ffa7b503174a7" -- 2.39.5