summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/jpeg/files
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-27 15:10:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-29 20:24:32 +0000
commitfe1c75139d4afd890e10b1cb453389a296b5d0b1 (patch)
tree2ca1a194ec373a7ba6a95ee081f36aadadbe27f2 /meta/recipes-graphics/jpeg/files
parent238e4bc48bca7c05268341591e3674d58d779ff1 (diff)
downloadpoky-fe1c75139d4afd890e10b1cb453389a296b5d0b1.tar.gz
libjpeg-turbo: upgrade 2.0.5 -> 2.0.6
-License-Update: Copyright year updated to 2020. Refresh the following patch: 0001-libjpeg-turbo-fix-package_qa-error.patch (From OE-Core rev: 490fe53f625417494dd63a4fe4dcaa98a3c54eb9) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/jpeg/files')
-rw-r--r--meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch b/meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch
index 82fffe1e68..152db441bc 100644
--- a/meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch
+++ b/meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch
@@ -19,7 +19,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
19index 2bc3458..ea3041e 100644 19index 2bc3458..ea3041e 100644
20--- a/CMakeLists.txt 20--- a/CMakeLists.txt
21+++ b/CMakeLists.txt 21+++ b/CMakeLists.txt
22@@ -189,10 +189,6 @@ endif() 22@@ -191,10 +191,6 @@ endif()
23 report_option(ENABLE_SHARED "Shared libraries") 23 report_option(ENABLE_SHARED "Shared libraries")
24 report_option(ENABLE_STATIC "Static libraries") 24 report_option(ENABLE_STATIC "Static libraries")
25 25
@@ -27,6 +27,6 @@ index 2bc3458..ea3041e 100644
27- set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}) 27- set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
28-endif() 28-endif()
29- 29-
30 if(WITH_12BIT) 30 if(WITH_JPEG8 OR WITH_JPEG7)
31 set(WITH_ARITH_DEC 0) 31 set(WITH_ARITH_ENC 1)
32 set(WITH_ARITH_ENC 0) 32 set(WITH_ARITH_DEC 1)