mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
9e77581584
- Add hash for license file - Fix build with glibc 2.28: <sys/sysmacros.h> is no longer included from <sys/types.h>, and therefore <sys/sysmacros.h> must be included explicitly when major()/minor() are used Fixes: - http://autobuild.buildroot.org/results/60ec736ec524dcffedcef8f92d98aa29fb8987aa Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
368 B
Makefile
14 lines
368 B
Makefile
################################################################################
|
|
#
|
|
# lsscsi
|
|
#
|
|
################################################################################
|
|
|
|
LSSCSI_VERSION = 0.30
|
|
LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz
|
|
LSSCSI_SITE = http://sg.danny.cz/scsi
|
|
LSSCSI_LICENSE = GPL-2.0+
|
|
LSSCSI_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|