OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=usbutils 10 PKG_NAME:=usbutils
Line 11... Line 11...
11 PKG_VERSION:=007 11 PKG_VERSION:=007
12 PKG_RELEASE:=9 12 PKG_RELEASE:=7
13   13  
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils 15 PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
Line 16... Line 16...
16 PKG_HASH:=7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4 16 PKG_HASH:=7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4
17 PKG_LICENSE:=GPL-2.0 17 PKG_LICENSE:=GPL-2.0
Line 18... Line 18...
18 PKG_LICENSE_FILES:=COPYING 18 PKG_LICENSE_FILES:=COPYING
Line 19... Line 19...
19   19  
Line 20... Line 20...
20 PKG_BUILD_PARALLEL:=1 20 PKG_BUILD_PARALLEL:=1
21 PKG_INSTALL:=1 21 PKG_INSTALL:=1
Line 30... Line 30...
30 DEPENDS:=+libusb-1.0 +librt +libpthread 30 DEPENDS:=+libusb-1.0 +librt +libpthread
31 TITLE:=USB devices listing utilities 31 TITLE:=USB devices listing utilities
32 URL:=http://www.linux-usb.org/ 32 URL:=http://www.linux-usb.org/
33 endef 33 endef
Line 34... Line 34...
34   34  
35 USB_IDS_VER:=0.315 35 USB_IDS_REV:=0a6be488b4c1485d30c9efee1cc895af5d4a1383
36 USB_IDS_FILE:=usb.ids.$(USB_IDS_VER) 36 USB_IDS_FILE:=usb.ids.$(USB_IDS_REV)
37 define Download/usb_ids 37 define Download/usb_ids
38 FILE:=$(USB_IDS_FILE) 38 FILE:=$(USB_IDS_FILE)
39 URL_FILE:=usb.ids 39 URL_FILE:=usb.ids
40 URL:=@GITHUB/vcrhonek/hwdata/v$(USB_IDS_VER) 40 URL:=@GITHUB/gentoo/hwids/$(USB_IDS_REV)
41 HASH:=7454bd75fcfe5559bd1caa1bb132ecffe72a39269a2efaab9472de46be3bcf57 41 HASH:=2d0403ffccc0ff7150e32c0bf8e2878816b76ba08d2c3bb1059f33627a3da30f
42 endef 42 endef
Line 43... Line 43...
43 $(eval $(call Download,usb_ids)) 43 $(eval $(call Download,usb_ids))
44   44