lsscsi: bump to version 0.30

- 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>
This commit is contained in:
Fabrice Fontaine 2018-09-09 13:58:48 +02:00 committed by Thomas Petazzoni
parent 448d67e3d5
commit 9e77581584
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,3 @@
# Locally calculated # Locally calculated
sha256 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50 lsscsi-0.28.tgz sha256 619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15 lsscsi-0.30.tgz
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING

View file

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
LSSCSI_VERSION = 0.28 LSSCSI_VERSION = 0.30
LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz
LSSCSI_SITE = http://sg.danny.cz/scsi LSSCSI_SITE = http://sg.danny.cz/scsi
LSSCSI_LICENSE = GPL-2.0+ LSSCSI_LICENSE = GPL-2.0+