aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/openocd/openocd_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-13 17:51:56 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-13 22:37:48 -0700
commitfc2217f310e01debc28b3e4f29704a8434adbc17 (patch)
tree1fc30a5462b976c19021c0c9b0675656228854dc /meta-oe/recipes-devtools/openocd/openocd_git.bb
parent857dcd9cc815abed35f833e9a314e6b6529908c2 (diff)
downloadmeta-openembedded-contrib-fc2217f310e01debc28b3e4f29704a8434adbc17.tar.gz
openocd: Fix build with gcc10/-fno-common
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index f01b224fac..c7d754fdba 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -10,6 +10,7 @@ SRC_URI = " \
git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \
git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \
file://0001-Do-not-include-syscrtl.h-with-glibc.patch \
+ file://0001-bitbang-Make-bitbang_swd-extern-definition.patch \
"
SRCREV_FORMAT = "openocd"