package/biosdevname: bump to version 0.7.3
- Switch site to github to get latest release - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
75e67c3dec
commit
d7c2c27fe5
@ -12,4 +12,4 @@ config BR2_PACKAGE_BIOSDEVNAME
|
||||
system or hardware changes that might otherwise alter the
|
||||
typical ethX naming.
|
||||
|
||||
http://linux.dell.com/biosdevname/
|
||||
https://github.com/dell/biosdevname/
|
||||
|
@ -1,2 +1,3 @@
|
||||
# Locally computed hashes, not provided by upstream
|
||||
sha256 954575f482ff5de2d49c335b563990859a3eb3506e8fa976f6915eba870d71f6 biosdevname-0.7.2.tar.gz
|
||||
sha256 3a67fee0c315996bbba586c1c077e57625382d38dc48fb3c9e84d56a7a5effad biosdevname-0.7.3.tar.gz
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BIOSDEVNAME_VERSION = 0.7.2
|
||||
BIOSDEVNAME_SITE = http://linux.dell.com/biosdevname/biosdevname-$(BIOSDEVNAME_VERSION)
|
||||
BIOSDEVNAME_VERSION = 0.7.3
|
||||
BIOSDEVNAME_SITE = $(call github,dell,biosdevname,v$(BIOSDEVNAME_VERSION))
|
||||
BIOSDEVNAME_LICENSE = GPL
|
||||
BIOSDEVNAME_LICENSE_FILES = COPYING
|
||||
BIOSDEVNAME_CONF_OPTS = --exec-prefix=/
|
||||
|
Loading…
Reference in New Issue
Block a user