summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-25 17:11:34 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:40 -0800
commit70fe5394f9327b1158eeb4f2ac7384a076ef2300 (patch)
treebb130caaa40a4549b2408fb90fe64e35b464e27d
parent2c18b9a4410683b14840b04bd30748e0104a3ccc (diff)
downloadmeta-openembedded-70fe5394f9327b1158eeb4f2ac7384a076ef2300.tar.gz
lcms: upgrade 2.16 -> 2.17
Changelog: ========== - Add fuzzers foundation. Many thanks to Amir Montazery and Open Source Technology Improvement Fund (ostif.org), Google, for funding that. - Add ability to disable building tests in meson - Fixed gamut warning not working on certain conditions - Mac sequoia added to test beds - Add the possibility of duplicating a NULL context for cloning defaults. - Small cleanup of CGATS parser - Change computation of profile ID to follow actual ICC spec (yes, they changed the spec!) - Allow to apply color management on memory blocks > 4Gb - Get rid of samples on meson compilation - Increase coverage of premultiplied alpha. - Bug fixing and cosmetical work on sources. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/lcms/lcms_2.17.bb (renamed from meta-oe/recipes-support/lcms/lcms_2.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lcms/lcms_2.16.bb b/meta-oe/recipes-support/lcms/lcms_2.17.bb
index 9422c7330b..616bb323c0 100644
--- a/meta-oe/recipes-support/lcms/lcms_2.16.bb
+++ b/meta-oe/recipes-support/lcms/lcms_2.17.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e9ce323c4b71c943a785db90142b228a" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e9ce323c4b71c943a785db90142b228a"
5 5
6SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz" 6SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
7SRC_URI[sha256sum] = "d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51" 7SRC_URI[sha256sum] = "d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074"
8 8
9DEPENDS = "tiff" 9DEPENDS = "tiff"
10 10