summaryrefslogtreecommitdiffstats
path: root/recipes-extended/vpp-core/vpp-core/0001-vpp-core-fix-package_qa-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/vpp-core/vpp-core/0001-vpp-core-fix-package_qa-error.patch')
-rw-r--r--recipes-extended/vpp-core/vpp-core/0001-vpp-core-fix-package_qa-error.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-extended/vpp-core/vpp-core/0001-vpp-core-fix-package_qa-error.patch b/recipes-extended/vpp-core/vpp-core/0001-vpp-core-fix-package_qa-error.patch
new file mode 100644
index 00000000..a312b49d
--- /dev/null
+++ b/recipes-extended/vpp-core/vpp-core/0001-vpp-core-fix-package_qa-error.patch
@@ -0,0 +1,27 @@
1From ba3c9e624cf7ca370d6500c04428116939076bf1 Mon Sep 17 00:00:00 2001
2From: Chunrong Guo <chunrong.guo@nxp.com>
3Date: Wed, 10 Jul 2019 09:44:34 +0200
4Subject: [PATCH] vpp-core:fix package_qa error
5
6Upstream-Status: Inappropriate[oe-specific]
7
8Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com>
9---
10 src/CMakeLists.txt | 1 -
11 1 file changed, 1 deletion(-)
12
13diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
14index 0326dbd..116bec3 100644
15--- a/src/CMakeLists.txt
16+++ b/src/CMakeLists.txt
17@@ -51,7 +51,6 @@ endif()
18 ##############################################################################
19 # install config
20 ##############################################################################
21-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
22 set(CMAKE_INSTALL_MESSAGE NEVER)
23
24 include_directories (
25--
262.7.4
27