diff mbox series

[14/15] libjpeg-turbo: upgrade 3.1.4.1 -> 3.2.0

Message ID 20260703082955.1585712-14-richard.purdie@linuxfoundation.org
State New
Headers show
Series [01/15] hwdata: upgrade 0.408 -> 0.409 | expand

Commit Message

Richard Purdie July 3, 2026, 8:29 a.m. UTC
According to this commit, the zlib license does not apply:

https://github.com/libjpeg-turbo/libjpeg-turbo/commit/9ef0d03e1e5f0140636215afe627954b81602c38

however the zlib source is still there and still used by libspng so I'm leaving
LICENSE unchanged.

License-Update: Upstream changed the wording around zlib but it is still present

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../jpeg/{libjpeg-turbo_3.1.4.1.bb => libjpeg-turbo_3.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_3.1.4.1.bb => libjpeg-turbo_3.2.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.4.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.2.0.bb
similarity index 94%
rename from meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.4.1.bb
rename to meta/recipes-graphics/jpeg/libjpeg-turbo_3.2.0.bb
index bb8d1207f29..ad9c640ce99 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.4.1.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.2.0.bb
@@ -3,13 +3,13 @@  DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructi
 HOMEPAGE = "http://libjpeg-turbo.org/"
 
 LICENSE = "IJG & BSD-3-Clause & Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e22220994831d7f0b91d09d94c89a63"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d21daef3b4b318f77062055059c72934"
 
 DEPENDS:append:x86-64:class-target = " nasm-native"
 DEPENDS:append:x86:class-target = " nasm-native"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "ecae8008e2cc9ade2f2c1bb9d5e6d4fb73e7c433866a056bd82980741571a022"
+SRC_URI[sha256sum] = "6f30092cef9fb839779646608f4ee14ae3cbac989c47fa05e841b0841f09878e"
 UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+\.(?!9\d+)\d+(\.\d+)*)"
 
 PE = "1"