diff options
Diffstat (limited to 'recipes/jpeg/jpeg_8b.bb')
-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" |