blob: fab5109f83191b229cfc33bfe5415e58d63bdae7 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 5cf847b5bef8dc3f9f89bd09dd5af4e6603f393c Mon Sep 17 00:00:00 2001
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002From: Changqing Li <changqing.li@windriver.com>
3Date: Mon, 27 Aug 2018 16:10:55 +0800
4Subject: [PATCH] libjpeg-turbo: fix package_qa error
5
6Fix package qa errors like below:
7libjpeg.so.62.3.0 contains probably-redundant RPATH /usr/lib [useless-rpaths]
8usr/bin/cjpeg contains probably-redundant RPATH /usr/lib
9
Andrew Geissler595f6302022-01-24 19:11:47 +000010Upstream-Status: Inappropriate [oe-specific]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12Signed-off-by: Changqing Li <changqing.li@windriver.com>
Brad Bishop19323692019-04-05 15:28:33 -040013Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014---
Brad Bishop19323692019-04-05 15:28:33 -040015 CMakeLists.txt | 4 ----
16 1 file changed, 4 deletions(-)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
18diff --git a/CMakeLists.txt b/CMakeLists.txt
Brad Bishop19323692019-04-05 15:28:33 -040019index 2bc3458..ea3041e 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080020--- a/CMakeLists.txt
21+++ b/CMakeLists.txt
Andrew Geissler6ce62a22020-11-30 19:58:47 -060022@@ -191,10 +191,6 @@ endif()
Brad Bishop19323692019-04-05 15:28:33 -040023 report_option(ENABLE_SHARED "Shared libraries")
24 report_option(ENABLE_STATIC "Static libraries")
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025
Brad Bishop19323692019-04-05 15:28:33 -040026-if(ENABLE_SHARED)
27- set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
28-endif()
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080029-
Andrew Geissler6ce62a22020-11-30 19:58:47 -060030 if(WITH_JPEG8 OR WITH_JPEG7)
31 set(WITH_ARITH_ENC 1)
32 set(WITH_ARITH_DEC 1)