diff options
-rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 05e06a25d5..85add50b6c 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -12,12 +12,12 @@ SRC_URI = " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV_FORMAT = "openocd" | 14 | SRCREV_FORMAT = "openocd" |
15 | SRCREV_openocd = "d46f28c2ea2611f5fbbc679a5eed253d3dcd2fe3" | 15 | SRCREV_openocd = "f342aac0845a69d591ad39a025d74e9c765f6420" |
16 | SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba" | 16 | SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba" |
17 | SRCREV_jimtcl = "0aa0fb4e3a38d38a49de9eb585d93d63a370dcf6" | 17 | SRCREV_jimtcl = "0aa0fb4e3a38d38a49de9eb585d93d63a370dcf6" |
18 | SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4" | 18 | SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4" |
19 | 19 | ||
20 | PV = "0.10+gitr${SRCPV}" | 20 | PV = "0.11+gitr${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | inherit pkgconfig autotools-brokensep gettext | 23 | inherit pkgconfig autotools-brokensep gettext |