mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
lcms: Update to lcms2 version 2.6
Fix S != B build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
bd05539b2e
commit
9e629119f4
|
|
@ -1,15 +0,0 @@
|
|||
SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
|
||||
SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=156745cad721a8783cb847e82b79f586"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz"
|
||||
DEPENDS = "tiff"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRC_URI[md5sum] = "07bdbb4cfb05d21caa58fe3d1c84ddc1"
|
||||
SRC_URI[sha256sum] = "5ef3b4dab30956772009e29dba33fe1256cf9da161106a1e70b0966c96d14583"
|
||||
15
meta-oe/recipes-support/lcms/lcms_2.6.bb
Normal file
15
meta-oe/recipes-support/lcms/lcms_2.6.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
|
||||
SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6c786c3b7a4afbd3c990f1b81261d516"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "f4c08d38ceade4a664ebff7228910a33"
|
||||
SRC_URI[sha256sum] = "5172528839647c54c3da211837225e221be93e4733f5b5e9f57668f7107e14b1"
|
||||
|
||||
DEPENDS = "tiff"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
S = "${WORKDIR}/lcms2-${PV}"
|
||||
|
||||
inherit autotools
|
||||
Loading…
Reference in New Issue
Block a user