summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lcms
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/lcms
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/lcms')
-rw-r--r--meta-oe/recipes-support/lcms/lcms_2.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lcms/lcms_2.6.bb b/meta-oe/recipes-support/lcms/lcms_2.6.bb
new file mode 100644
index 000000000..ad727df38
--- /dev/null
+++ b/meta-oe/recipes-support/lcms/lcms_2.6.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
2SECTION = "libs"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=6c786c3b7a4afbd3c990f1b81261d516"
5SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
6SRC_URI[md5sum] = "f4c08d38ceade4a664ebff7228910a33"
7SRC_URI[sha256sum] = "5172528839647c54c3da211837225e221be93e4733f5b5e9f57668f7107e14b1"
8
9DEPENDS = "tiff"
10
11BBCLASSEXTEND = "native"
12
13S = "${WORKDIR}/lcms2-${PV}"
14
15inherit autotools