diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-05-09 11:59:59 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:20:49 -0700 |
| commit | 31cebbf0d5705c9c303e6cdf08099c69d509ecda (patch) | |
| tree | 59d3bd569e859a401537be1fca43c9aa66f025f0 /meta-oe/recipes-devtools/openocd/openocd_git.bb | |
| parent | 6412bb5530f0f5e31b8b30846cc4bee46c81dcd3 (diff) | |
| download | meta-openembedded-31cebbf0d5705c9c303e6cdf08099c69d509ecda.tar.gz | |
openocd: Upgrade to tip of master
Drop upstreamed patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 20bc663f98..67abeede93 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
| @@ -5,13 +5,8 @@ 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 | file://0001-Add-fallthrough-comments.patch \ | ||
| 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 | " | 8 | " |
| 14 | SRCREV = "1025be363e2bf42f1613083223a2322cc3a9bd4c" | 9 | SRCREV = "3737dd69e73816d186ba418d7b833462a8041079" |
| 15 | 10 | ||
| 16 | PV = "0.10+gitr${SRCPV}" | 11 | PV = "0.10+gitr${SRCPV}" |
| 17 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
