[poky] [PATCH 1/1] libjpeg-turbo: add libjpeg-turbo for LSB lib test
Kang Kai
kai.kang at windriver.com
Wed Mar 23 18:43:09 PDT 2011
From: Kang Kai <kai.kang at windriver.com>
LSB 4.1 library test will check libjpeg.so.62, and
libjpeg-turbo provide it.
Signed-off-by: Kang Kai <kai.kang at windriver.com>
---
.../libjpeg-turbo/libjpeg-turbo_1.1.0.bb | 23 ++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
diff --git a/meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb b/meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
new file mode 100644
index 0000000..1948a5d
--- /dev/null
+++ b/meta/recipes-extended/libjpeg-turbo/libjpeg-turbo_1.1.0.bb
@@ -0,0 +1,23 @@
+SUMMARY = "A MMX/SSE2 accelerated library for manipulating JPEG image files"
+
+DESCRIPTION = "libjpeg-turbo is a version of libjpeg which uses MMX, SSE, and \
+SSE2 SIMD instructions to accelerate baseline JPEG compression/decompression \
+by about 2-4x on x86 and x86-64 platforms. It is based on libjpeg/SIMD \
+but has numerous enhancements."
+
+DEPENDS = "nasm-native"
+
+PR = "r0"
+
+LICENSE = "wxWidgets"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8b3f4d426b97ea335b053353f9f220b2"
+
+SRC_URI = "http://downloads.sourceforge.net/${PN}/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "83e6914a281d649ad289445dc20f9de4"
+SRC_URI[sha256sum] = "1e24fd7c58b64f4c0f5f559d88d43bbe40e47000a573ad215e47f75da88ac244"
+
+PACKAGES =+ "${PN}-utils "
+FILES_${PN}-utils = "${bindir}/*"
+
+inherit autotools
--
1.7.1
More information about the poky
mailing list