summarylogtreecommitdiffstats
path: root/Add-prefix-to-install-rpath-for-dpdk-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Add-prefix-to-install-rpath-for-dpdk-test.patch')
-rw-r--r--Add-prefix-to-install-rpath-for-dpdk-test.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/Add-prefix-to-install-rpath-for-dpdk-test.patch b/Add-prefix-to-install-rpath-for-dpdk-test.patch
deleted file mode 100644
index 1c7f099a13ac..000000000000
--- a/Add-prefix-to-install-rpath-for-dpdk-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From cfabcbd6aadcbbe3edbbc0b5b859a2faef45fdb5 Mon Sep 17 00:00:00 2001
-From: Adrian Bacircea <adrian.bacircea@gmail.com>
-Date: Tue, 24 Sep 2019 14:18:08 +0300
-Subject: [PATCH] Add prefix to install rpath for dpdk-test
-
----
- app/test/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/app/test/meson.build b/app/test/meson.build
-index ec40943bd..17ecd05f5 100644
---- a/app/test/meson.build
-+++ b/app/test/meson.build
-@@ -369,7 +369,7 @@ dpdk_test = executable('dpdk-test',
- link_whole: link_libs,
- dependencies: test_dep_objs,
- c_args: [cflags, '-DALLOW_EXPERIMENTAL_API'],
-- install_rpath: driver_install_path,
-+ install_rpath: get_option('prefix') / driver_install_path,
- install: true)
-
- # some perf tests (eg: memcpy perf autotest)take very long
---
-2.23.0
-