summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dpdk/dpdk-module_22.07.0.bb2
-rw-r--r--recipes-extended/dpdk/dpdk_22.07.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_22.07.0.bb b/recipes-extended/dpdk/dpdk-module_22.07.0.bb
index 52d5d4c..3fcbf1e 100644
--- a/recipes-extended/dpdk/dpdk-module_22.07.0.bb
+++ b/recipes-extended/dpdk/dpdk-module_22.07.0.bb
@@ -2,7 +2,7 @@ include dpdk.inc
2 2
3FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:" 3FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
4 4
5SRC_URI = "git://dpdk.org/dpdk;branch=${BRANCH};protocol=https \ 5SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
6 file://0001-Makefile-add-makefile.patch \ 6 file://0001-Makefile-add-makefile.patch \
7" 7"
8 8
diff --git a/recipes-extended/dpdk/dpdk_22.07.0.bb b/recipes-extended/dpdk/dpdk_22.07.0.bb
index bbaa847..9f1843b 100644
--- a/recipes-extended/dpdk/dpdk_22.07.0.bb
+++ b/recipes-extended/dpdk/dpdk_22.07.0.bb
@@ -1,6 +1,6 @@
1include dpdk.inc 1include dpdk.inc
2 2
3SRC_URI = "git://dpdk.org/dpdk;branch=${BRANCH};protocol=https \ 3SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
4 file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \ 4 file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \
5" 5"
6 6