Skip to content

Commit

Permalink
openocd: depend on hidapi-libraw
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and Anas Nashif committed Sep 10, 2017
1 parent 677ca19 commit a46dc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion recipes-hosttools/hosttools/hosttools-tarball.bb
Expand Up @@ -8,7 +8,6 @@ TOOLCHAIN_TARGET_TASK ?= ""

TOOLCHAIN_HOST_TASK ?= "\
nativesdk-zephyr-qemu \
nativesdk-hidapi-libusb \
nativesdk-python \
nativesdk-python-ply \
nativesdk-python3 \
Expand Down
4 changes: 2 additions & 2 deletions recipes-hosttools/openocd/openocd_0.10.0.bb
@@ -1,6 +1,6 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "libusb-compat hidapi-libusb"
DEPENDS = "libusb-compat hidapi-libraw"
RDEPENDS_${PN} = "libusb1 hidapi-libraw"

# The various arc files are based on the commit e781e73a39bc5c845b73dc96b751d867278a7583
Expand All @@ -20,7 +20,7 @@ BBCLASSEXTEND += "nativesdk"
EXTRA_OECONF = "--enable-ftdi --enable-cmsis-dap --enable-jlink --enable-stlink --disable-doxygen-html "

do_configure() {
cd ${S}
cd ${S}
export ALL_PROXY="${ALL_PROXY}"
export GIT_PROXY_COMMAND=${GIT_PROXY_COMMAND}
./bootstrap
Expand Down

0 comments on commit a46dc8d

Please sign in to comment.