From 250bf9697f613ff5c2241742d898eda5f33da8d0 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 15 Oct 2020 15:53:50 -0400 Subject: build: backport dpdk usertools support python3 only patch - On Centos-8, 'make install-ext-deps' fails due to the bpr-mangle-shebangs script failing the dpdk usertools python scripts containing '#!/usr/bin/env python'. Backport usertools section of the DPDK patch which fixes this issue: http://git.dpdk.org/dpdk/commit/?id=3f6f83626cf4967a99382a6518a614a1bf3d2c20 - Also fix README to reflect name change of dpdk master branch to 'main'. Type: fix Change-Id: I487b1ff2da786a4a3fd8fb0f859436b0e1885f1b Signed-off-by: Dave Wallace --- build/external/patches/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/external/patches/README') diff --git a/build/external/patches/README b/build/external/patches/README index 0bead2ef629..b2c66d9bdc5 100644 --- a/build/external/patches/README +++ b/build/external/patches/README @@ -24,7 +24,7 @@ for release tag “v2.2.0” and will create a branch named “two_dot_two”. 5. Create the patch files with format-patch. This creates all the patch files for your branch (two_dot_two), with your latest commits as the last ones. - # git format-patch master..two_dot_two + # git format-patch main..two_dot_two 6. Copy, add and commit the new patches into the patches directory. -- cgit 1.2.3-korg