commit c8e4b2e93745613b3bf96d44053b0b5c97174842
parent 922dc018968c2cf5a28aad7b6f097530e1469bae
Author: Steven Barth <steven@midlink.org>
Date: Fri, 6 Feb 2015 10:19:35 +0100
Merge pull request #851 from paulfertser/master
openocd: fix package dependencies
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openocd
PKG_VERSION:=v0.8.0-258-gd537cfa
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.code.sf.net/p/openocd/code
@@ -32,7 +32,7 @@ define Package/openocd
CATEGORY:=Utilities
TITLE:=OpenOCD Utility
URL:=http://openocd.sf.net/
- DEPENDS:=+libusb-1.0 +libftdi +hidapi
+ DEPENDS:=+libusb-1.0 +libusb-compat +libftdi1 +hidapi
endef
define Package/openocd/description