Browse Source

use lsub subpackage

Waldemar Brodkorb 11 years ago
parent
commit
8ff51ed015
1 changed files with 4 additions and 2 deletions
  1. 4 2
      package/usbutils/Makefile

+ 4 - 2
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}))