diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2009-07-24 15:52:44 +0200 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2010-08-06 11:39:09 +0200 |
commit | cc70c759f4bd6a29ba83081c9e0fa546f34cf4a5 (patch) | |
tree | f54c67ecf20af4de6705506398447284288e8335 /recipes | |
parent | fc158239be575dec990a26367686d5750ba10bb9 (diff) |
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@sigma-chemnitz.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |