mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
7dbd396d81
Removed self-computed sha1 hash, we already provide a sha256 hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
475 B
Makefile
15 lines
475 B
Makefile
################################################################################
|
|
#
|
|
# biosdevname
|
|
#
|
|
################################################################################
|
|
|
|
BIOSDEVNAME_VERSION = 0.7.2
|
|
BIOSDEVNAME_SITE = http://linux.dell.com/biosdevname/biosdevname-$(BIOSDEVNAME_VERSION)
|
|
BIOSDEVNAME_LICENSE = GPL
|
|
BIOSDEVNAME_LICENSE_FILES = COPYING
|
|
BIOSDEVNAME_CONF_OPTS = --exec-prefix=/
|
|
BIOSDEVNAME_DEPENDENCIES = pciutils udev zlib
|
|
|
|
$(eval $(autotools-package))
|