Skip to content

Commit

Permalink
openocd: fix dependencies on hidapi
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed Sep 9, 2017
1 parent d521a37 commit 8bfa6e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion recipes-hosttools/hidapi/hidapi-libusb_0.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PR = "r0"
SRCREV = "b5b2e1779b6cd2edda3066bbbf0921a2d6b1c3c0"
SRC_URI = "git://github.com/signal11/hidapi.git;protocol=https \
file://libusb.h \
file://do-not-build-hidraw.patch \
"

BBCLASSEXTEND += " native nativesdk"
Expand Down
2 changes: 1 addition & 1 deletion recipes-hosttools/openocd/openocd_0.10.0.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "libusb-compat hidapi-libusb"
DEPENDS = "libusb-compat"
RDEPENDS_${PN} = "libusb1 hidapi-libraw"

# The various arc files are based on the commit e781e73a39bc5c845b73dc96b751d867278a7583
Expand Down

0 comments on commit 8bfa6e4

Please sign in to comment.