diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-05-31 21:50:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-31 21:53:52 -0700 |
| commit | 5500ca6a45f10deb2f5d736ba7c0ae9ed6ed08a5 (patch) | |
| tree | 9cad33260bf090d99b1b4a1a56aa8edd687271c6 /meta-oe/recipes-devtools/openocd/openocd_git.bb | |
| parent | 24c24fba961e4d231bd5d7a233e11a06c41a8053 (diff) | |
| download | meta-openembedded-5500ca6a45f10deb2f5d736ba7c0ae9ed6ed08a5.tar.gz | |
openocd: Upgrade to latest tip of master
Fix build with new libusb and gcc8
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 67abeede93..84727bf970 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
| @@ -5,8 +5,9 @@ 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-Fix-libusb-1.0.22-deprecated-libusb_set_debug-with-l.patch \ |
| 9 | SRCREV = "3737dd69e73816d186ba418d7b833462a8041079" | 9 | " |
| 10 | SRCREV = "cdf1e826eb23c29de1019ce64125f644f01b0afe" | ||
| 10 | 11 | ||
| 11 | PV = "0.10+gitr${SRCPV}" | 12 | PV = "0.10+gitr${SRCPV}" |
| 12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
