[oe-commits] Enrico Scholz : jpeg: updated to version 8b

git version control git at git.openembedded.org
Fri Aug 6 09:40:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cc70c759f4bd6a29ba83081c9e0fa546f34cf4a5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cc70c759f4bd6a29ba83081c9e0fa546f34cf4a5

Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Date:   Fri Jul 24 15:52:44 2009 +0200

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 <enrico.scholz at sigma-chemnitz.de>

---

 recipes/jpeg/jpeg_8b.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list