diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-25 12:22:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-25 12:22:17 +0200 |
commit | 8ff51ed015d71036dcc533af859b261046b39772 (patch) | |
tree | ebb050b922f3feda9f51e392a010a58056f8c000 /package/usbutils/Makefile | |
parent | c80cbf493cabe6f57187f2f1251f18a0dd0535d9 (diff) |
use lsub subpackage
Diffstat (limited to 'package/usbutils/Makefile')
-rw-r--r-- | package/usbutils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index 607c43410..2c5e63ad1 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= usbutils -PKG_VERSION:= 006 +PKG_VERSION:= 007 PKG_RELEASE:= 1 -PKG_MD5SUM:= c9aa14ee3d6c991fda183f42cf72a8a8 +PKG_MD5SUM:= c9df5107ae9d26b10a1736a261250139 PKG_DESCR:= program to list usb devices PKG_SECTION:= sys/hw PKG_DEPENDS:= libusb libusb-compat libpthread zlib librt @@ -14,6 +14,8 @@ PKG_BUILDDEP:= libusb libusb-compat zlib PKG_SITES:= http://www.kernel.org/pub/linux/utils/usb/usbutils/ PKG_BB:= 1 +PKG_SUBPKGS:= LSUSB + include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,LSUSB,lsusb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |