dpdk/22.07.0: fix SRC_URI

The SRC_URI should be "https://dpdk.org/git/dpdk" for https protocol.
Otherwise it fails to fetch with git and fetch a tarball from premirror
instead:

  WARNING: dpdk-module-22.07.0-r0 do_fetch: Failed to fetch URL
  git://dpdk.org/dpdk;branch=releases;protocol=https, attempting MIRRORS if available

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Kai Kang 2022-10-28 11:44:20 +08:00 committed by Anuj Mittal
parent 590c01813e
commit f6895c0dd2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include dpdk.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
SRC_URI = "git://dpdk.org/dpdk;branch=${BRANCH};protocol=https \
SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
file://0001-Makefile-add-makefile.patch \
"

View File

@ -1,6 +1,6 @@
include dpdk.inc
SRC_URI = "git://dpdk.org/dpdk;branch=${BRANCH};protocol=https \
SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \
"