mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
usbutils: update to 017
- Add mandatory usbids dependency Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=usbutils
|
PKG_NAME:=usbutils
|
||||||
PKG_VERSION:=014
|
PKG_VERSION:=017
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
|
||||||
PKG_HASH:=3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69
|
PKG_HASH:=a6a25ffdcf9103e38d7a44732aca17073f4e602b92e4ae55625231a82702e05b
|
||||||
|
|
||||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
@@ -28,11 +28,14 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/usbutils
|
define Package/usbutils
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libusb-1.0 +libudev +librt +libpthread
|
DEPENDS:=+libusb-1.0 +libudev +librt +libpthread +usbids
|
||||||
TITLE:=USB devices listing utilities
|
TITLE:=USB devices listing utilities
|
||||||
URL:=http://www.linux-usb.org/
|
URL:=http://www.linux-usb.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+= \
|
||||||
|
--datadir=/usr/share/hwdata
|
||||||
|
|
||||||
define Package/usbutils/install
|
define Package/usbutils/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsusb $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsusb $(1)/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user