From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../0007-Add-standard-usr-lib-path-to-rpath.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0007-Add-standard-usr-lib-path-to-rpath.patch (limited to 'external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0007-Add-standard-usr-lib-path-to-rpath.patch') diff --git a/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0007-Add-standard-usr-lib-path-to-rpath.patch b/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0007-Add-standard-usr-lib-path-to-rpath.patch deleted file mode 100644 index 38de64a6..00000000 --- a/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0007-Add-standard-usr-lib-path-to-rpath.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e25165f41748b2f05b2a28f4a64682ac71801c33 Mon Sep 17 00:00:00 2001 -From: Phong Tran -Date: Thu, 21 Dec 2017 23:49:53 +0700 -Subject: [PATCH 07/10] Add standard /usr/lib path to rpath - -Signed-off-by: Phong Tran - -%% original patch: 0007-Add-standard-usr-lib-path-to-rpath.patch ---- - CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 55cd32e..e207923 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -383,6 +383,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "QNX") - endif() - - SET(RPATH_DIRECTORIES -+ ${CMAKE_INSTALL_LIBDIR} - ${CMAKE_INSTALL_PREFIX}/bin/plugins - /usr/local/lib - /usr/local --- -2.7.4 - -- cgit 1.2.3-korg