summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp/hardcode-lib-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp/hardcode-lib-fix.patch')
-rw-r--r--meta/recipes-extended/libzypp/libzypp/hardcode-lib-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp/hardcode-lib-fix.patch b/meta/recipes-extended/libzypp/libzypp/hardcode-lib-fix.patch
deleted file mode 100644
index c11f5c53c9..0000000000
--- a/meta/recipes-extended/libzypp/libzypp/hardcode-lib-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1tools/CMakeLists.txt: replace the hardcode "lib"
2
3replace the hardcode "lib" with LIB_INSTALL_DIR
4this will work with non /usr/lib libdir case
5
6Upstream-Status: Pending
7
8Signed-off-by: Yu Ke <ke.yu@intel.com>
9
10Index: libzypp/tools/CMakeLists.txt
11===================================================================
12--- libzypp.orig/tools/CMakeLists.txt
13+++ libzypp/tools/CMakeLists.txt
14@@ -1,7 +1,7 @@
15
16 ADD_SUBDIRECTORY( package-manager )
17
18-INSTALL( FILES notify-message DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/zypp" )
19+INSTALL( FILES notify-message DESTINATION "${LIB_INSTALL_DIR}/zypp" )
20
21 ## ############################################################
22