summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch')
-rw-r--r--meta/recipes-graphics/jpeg/files/0001-libjpeg-turbo-fix-package_qa-error.patch18
1 files changed, 9 insertions, 9 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 44c2c768b2..6f3d201b21 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
@@ -1,4 +1,4 @@
1From 0a24f03a67425a7b58b3fd40d965c0c9801ae7a1 Mon Sep 17 00:00:00 2001 1From ce3bd4f0e46f738a9aec098e7c341ad6deeab9f2 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Mon, 27 Aug 2018 16:10:55 +0800 3Date: Mon, 27 Aug 2018 16:10:55 +0800
4Subject: [PATCH] libjpeg-turbo: fix package_qa error 4Subject: [PATCH] libjpeg-turbo: fix package_qa error
@@ -10,23 +10,23 @@ usr/bin/cjpeg contains probably-redundant RPATH /usr/lib
10Upstream-Status: Inappropriate[oe-specific] 10Upstream-Status: Inappropriate[oe-specific]
11 11
12Signed-off-by: Changqing Li <changqing.li@windriver.com> 12Signed-off-by: Changqing Li <changqing.li@windriver.com>
13Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
13--- 14---
14 CMakeLists.txt | 2 -- 15 CMakeLists.txt | 4 ----
15 1 file changed, 2 deletions(-) 16 1 file changed, 4 deletions(-)
16 17
17diff --git a/CMakeLists.txt b/CMakeLists.txt 18diff --git a/CMakeLists.txt b/CMakeLists.txt
18index 1719522..682cef1 100644 19index efeb51a..bbebe55 100644
19--- a/CMakeLists.txt 20--- a/CMakeLists.txt
20+++ b/CMakeLists.txt 21+++ b/CMakeLists.txt
21@@ -109,8 +109,6 @@ endif() 22@@ -109,10 +109,6 @@ endif()
22 23
23 include(cmakescripts/GNUInstallDirs.cmake) 24 include(cmakescripts/GNUInstallDirs.cmake)
24 25
25-set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}) 26-if(ENABLE_SHARED)
27- set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
28-endif()
26- 29-
27 macro(report_directory var) 30 macro(report_directory var)
28 if(CMAKE_INSTALL_${var} STREQUAL CMAKE_INSTALL_FULL_${var}) 31 if(CMAKE_INSTALL_${var} STREQUAL CMAKE_INSTALL_FULL_${var})
29 message(STATUS "CMAKE_INSTALL_${var} = ${CMAKE_INSTALL_${var}}") 32 message(STATUS "CMAKE_INSTALL_${var} = ${CMAKE_INSTALL_${var}}")
30--
312.7.4
32