summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index 3bbe33ca1d..eb6ca888ab 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -9,14 +9,13 @@ SRC_URI = " \
9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ 9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \
10 git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \ 10 git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \
11 git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ 11 git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \
12 file://0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch \
13" 12"
14 13
15SRCREV_FORMAT = "openocd" 14SRCREV_FORMAT = "openocd"
16SRCREV_openocd = "91bd4313444c5a949ce49d88ab487608df7d6c37" 15SRCREV_openocd = "66ea461846a3a4a96687c9287c3f61ae8ce0b775"
17SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba" 16SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba"
18SRCREV_jimtcl = "fcbb4499a6b46ef69e7a95da53e30796e20817f0" 17SRCREV_jimtcl = "f160866171457474f7c4d6ccda70f9b77524407e"
19SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4" 18SRCREV_libjaylink = "0d23921a05d5d427332a142d154c213d0c306eb1"
20 19
21PV = "0.12+git" 20PV = "0.12+git"
22 21
@@ -24,7 +23,7 @@ inherit pkgconfig autotools-brokensep gettext
24 23
25BBCLASSEXTEND += "native nativesdk" 24BBCLASSEXTEND += "native nativesdk"
26 25
27EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror" 26EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror --enable-internal-jimtcl"
28 27
29do_configure() { 28do_configure() {
30 ./bootstrap nosubmodule 29 ./bootstrap nosubmodule