summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanfei Xu <yanfei.xu@windriver.com>2020-08-31 14:04:55 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-09-01 08:34:08 +0800
commit80970ad035cfc8a06bdf0f95a6c6e8953e36fc55 (patch)
tree91106bbadf4bba5de0761df32f3af1dea63c4e13
parente063e70a0d39564a020a0b2efe591a8375273cd1 (diff)
downloadmeta-dpdk-80970ad035cfc8a06bdf0f95a6c6e8953e36fc55.tar.gz
dpdk: replace the "mater" with "main"
Upstream renamed branch name 'master' to 'main', so let's change it. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc
index 06c98ae..64f8571 100644
--- a/recipes-extended/dpdk/dpdk.inc
+++ b/recipes-extended/dpdk/dpdk.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Intel(r) Data Plane Development Kit"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3 3
4STABLE = "" 4STABLE = ""
5BRANCH = "master" 5BRANCH = "main"
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7
8SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \ 8SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \