summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/openocd/openocd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index c7d754fdba..4f6aaa8a6a 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -9,15 +9,13 @@ SRC_URI = " \
9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl \ 9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl \
10 git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \ 10 git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \
11 git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \ 11 git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \
12 file://0001-Do-not-include-syscrtl.h-with-glibc.patch \
13 file://0001-bitbang-Make-bitbang_swd-extern-definition.patch \
14" 12"
15 13
16SRCREV_FORMAT = "openocd" 14SRCREV_FORMAT = "openocd"
17SRCREV_openocd = "ded67990255cc1e63c77832ffd6e6bef9120873d" 15SRCREV_openocd = "d46f28c2ea2611f5fbbc679a5eed253d3dcd2fe3"
18SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba" 16SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba"
19SRCREV_jimtcl = "dc4ba7770d580800634f90b67a24e077b4a26d98" 17SRCREV_jimtcl = "0aa0fb4e3a38d38a49de9eb585d93d63a370dcf6"
20SRCREV_libjaylink = "3322dfa5e7aa56f5b12b7f2197e3e6b850b7b66e" 18SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4"
21 19
22PV = "0.10+gitr${SRCPV}" 20PV = "0.10+gitr${SRCPV}"
23S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"