Skip to content
Snippets Groups Projects
Commit 3008fc9a authored by Philip Prindeville's avatar Philip Prindeville Committed by Daniel Golle
Browse files

usbutils: avoid duplicating the git revision

parent ce53c0e7
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ USB_IDS_FILE:=usb.ids.$(USB_IDS_REV) ...@@ -37,7 +37,7 @@ USB_IDS_FILE:=usb.ids.$(USB_IDS_REV)
define Download/usb_ids define Download/usb_ids
FILE:=$(USB_IDS_FILE) FILE:=$(USB_IDS_FILE)
URL_FILE:=usb.ids URL_FILE:=usb.ids
URL:=@GITHUB/gentoo/hwids/ae25707c751fff79148328229a76fc44232abeae URL:=@GITHUB/gentoo/hwids/$(USB_IDS_REV)
HASH:=eca5d4b4b2c72e61d5d6d67b5dc6f75e92b4ac9cf9cdf1344f06622e0f57d82f HASH:=eca5d4b4b2c72e61d5d6d67b5dc6f75e92b4ac9cf9cdf1344f06622e0f57d82f
endef endef
$(eval $(call Download,usb_ids)) $(eval $(call Download,usb_ids))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment