mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[dpdk] no absolute paths (#26437)
This commit is contained in:
parent
1b0252ca70
commit
8563627bf1
13
ports/dpdk/no-absolute-driver-path.patch
Normal file
13
ports/dpdk/no-absolute-driver-path.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/config/meson.build b/config/meson.build
|
||||
index 7f7b6c92fd..51c3572793 100644
|
||||
--- a/config/meson.build
|
||||
+++ b/config/meson.build
|
||||
@@ -375,7 +375,7 @@ if not dpdk_conf.has('RTE_MAX_NUMA_NODES')
|
||||
endif
|
||||
|
||||
# set the install path for the drivers
|
||||
-dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', eal_pmd_path)
|
||||
+dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', '')
|
||||
|
||||
install_headers(['rte_config.h'],
|
||||
subdir: get_option('include_subdir_arch'))
|
@ -35,7 +35,9 @@ vcpkg_from_github(
|
||||
enable-either-static-or-shared-build.patch
|
||||
fix-dependencies.patch
|
||||
remove-examples-src-from-datadir.patch
|
||||
stop-building-apps.patch)
|
||||
stop-building-apps.patch
|
||||
no-absolute-driver-path.patch
|
||||
)
|
||||
|
||||
macro(append_bool_option feature_name option_name)
|
||||
if("${feature_name}" IN_LIST FEATURES)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dpdk",
|
||||
"version-string": "22.03",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "A set of libraries and drivers for fast packet processing",
|
||||
"homepage": "https://www.dpdk.org/",
|
||||
"documentation": "https://doc.dpdk.org/guides/index.html",
|
||||
|
@ -1974,7 +1974,7 @@
|
||||
},
|
||||
"dpdk": {
|
||||
"baseline": "22.03",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"dpp": {
|
||||
"baseline": "10.0.16",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b097f29e77f314135bad880b342548826bb99108",
|
||||
"version-string": "22.03",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "f6b3f2c2e194013731669b4b6996026bd5611c15",
|
||||
"version-string": "22.03",
|
||||
|
Loading…
x
Reference in New Issue
Block a user