summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-16 17:16:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-16 17:57:30 +0100
commitb1e484e3631ddb12a10d167e19d01135b1f081b7 (patch)
treebee70341746fcca85daebd33253c9e541a2163a3
parent926e352d7445766685af9fd85f1b99811162ddd9 (diff)
downloadpoky-b1e484e3631ddb12a10d167e19d01135b1f081b7.tar.gz
libjpeg-turbo: upgrade 3.1.0 -> 3.1.1
Changelog: - Hardened the libjpeg API against hypothetical calling applications that may erroneously change the value of the 'data_precision' field in 'jpeg_compress_struct' or 'jpeg_decompress_struct' after calling 'jpeg_start_compress()' or 'jpeg_start_decompress()'. (From OE-Core rev: 49a69532bc2b4a7d6ae8136123e92b10b5e657f5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.1.bb (renamed from meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.1.bb
index a5f1932a90..2b39a4c1d9 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.1.bb
@@ -9,7 +9,7 @@ DEPENDS:append:x86-64:class-target = " nasm-native"
9DEPENDS:append:x86:class-target = " nasm-native" 9DEPENDS:append:x86:class-target = " nasm-native"
10 10
11SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz" 11SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz"
12SRC_URI[sha256sum] = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" 12SRC_URI[sha256sum] = "aadc97ea91f6ef078b0ae3a62bba69e008d9a7db19b34e4ac973b19b71b4217c"
13 13
14PE = "1" 14PE = "1"
15 15