mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
ee2001b303
These allow the use of imagemagick in SDKs where it is useful to perform image analysis such as on the autobuilder for screenshot processing during QA testing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
493 B
BlitzBasic
18 lines
493 B
BlitzBasic
SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
|
|
SECTION = "libs"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e9ce323c4b71c943a785db90142b228a"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51"
|
|
|
|
DEPENDS = "tiff"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
S = "${WORKDIR}/lcms2-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
CVE_PRODUCT += "littlecms:little_cms_color_engine"
|