diff options
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 783a6c707..20bc663f9 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -5,8 +5,13 @@ DEPENDS = "libusb-compat libftdi" | |||
5 | RDEPENDS_${PN} = "libusb1" | 5 | RDEPENDS_${PN} = "libusb1" |
6 | 6 | ||
7 | SRC_URI = "git://repo.or.cz/openocd.git \ | 7 | SRC_URI = "git://repo.or.cz/openocd.git \ |
8 | " | 8 | file://0001-Add-fallthrough-comments.patch \ |
9 | SRCREV = "cb317eabf2d162365467aeb89b564828e5e6d6f3" | 9 | file://0002-Workaround-new-warnings-generated-by-GCC-7.patch \ |
10 | file://0003-armv7a-Add-missing-break-to-fix-fallthrough-warning.patch \ | ||
11 | file://0004-Fix-overflow-warning.patch \ | ||
12 | file://0005-command-Move-the-fall-through-comment-to-right-scope.patch \ | ||
13 | " | ||
14 | SRCREV = "1025be363e2bf42f1613083223a2322cc3a9bd4c" | ||
10 | 15 | ||
11 | PV = "0.10+gitr${SRCPV}" | 16 | PV = "0.10+gitr${SRCPV}" |
12 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |