jpeg: updated to version 8b
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Fri, 24 Jul 2009 13:52:44 +0000 (15:52 +0200)
committerEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Fri, 6 Aug 2010 09:39:09 +0000 (11:39 +0200)
jpeg8b is now automake based and does not required the patches from the
6b recipe anymore.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
recipes/jpeg/jpeg_8b.bb [new file with mode: 0644]

diff --git a/recipes/jpeg/jpeg_8b.bb b/recipes/jpeg/jpeg_8b.bb
new file mode 100644 (file)
index 0000000..4251ca6
--- /dev/null
@@ -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"