mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openocd: bump the openocd, jimtcl versions
Version bumps: - openocd: 91bd431 -> 66ea461 - jimtcl: fcbb449 -> f160866 - libjaylink: 9aa7a59 -> 0d23921 Signed-off-by: Joao Lima <joao.lima@hbkworld.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d1b67ac99e
commit
050608b50d
|
|
@ -9,14 +9,13 @@ SRC_URI = " \
|
|||
git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \
|
||||
git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \
|
||||
git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \
|
||||
file://0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch \
|
||||
"
|
||||
|
||||
SRCREV_FORMAT = "openocd"
|
||||
SRCREV_openocd = "91bd4313444c5a949ce49d88ab487608df7d6c37"
|
||||
SRCREV_openocd = "66ea461846a3a4a96687c9287c3f61ae8ce0b775"
|
||||
SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba"
|
||||
SRCREV_jimtcl = "fcbb4499a6b46ef69e7a95da53e30796e20817f0"
|
||||
SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4"
|
||||
SRCREV_jimtcl = "f160866171457474f7c4d6ccda70f9b77524407e"
|
||||
SRCREV_libjaylink = "0d23921a05d5d427332a142d154c213d0c306eb1"
|
||||
|
||||
PV = "0.12+git"
|
||||
|
||||
|
|
@ -24,7 +23,7 @@ inherit pkgconfig autotools-brokensep gettext
|
|||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
|
||||
EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror"
|
||||
EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror --enable-internal-jimtcl"
|
||||
|
||||
do_configure() {
|
||||
./bootstrap nosubmodule
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user