mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #851 from paulfertser/master
openocd: fix package dependencies
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=openocd
|
PKG_NAME:=openocd
|
||||||
PKG_VERSION:=v0.8.0-258-gd537cfa
|
PKG_VERSION:=v0.8.0-258-gd537cfa
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://git.code.sf.net/p/openocd/code
|
PKG_SOURCE_URL:=git://git.code.sf.net/p/openocd/code
|
||||||
@@ -32,7 +32,7 @@ define Package/openocd
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=OpenOCD Utility
|
TITLE:=OpenOCD Utility
|
||||||
URL:=http://openocd.sf.net/
|
URL:=http://openocd.sf.net/
|
||||||
DEPENDS:=+libusb-1.0 +libftdi +hidapi
|
DEPENDS:=+libusb-1.0 +libusb-compat +libftdi1 +hidapi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openocd/description
|
define Package/openocd/description
|
||||||
|
|||||||
Reference in New Issue
Block a user