* [Buildroot] [PATCH v2] lsscsi: add new package
@ 2017-05-12 12:41 Antony Pavlov
2017-06-11 16:42 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2017-05-12 12:41 UTC (permalink / raw)
To: buildroot
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
---
package/Config.in | 1 +
package/lsscsi/Config.in | 6 ++++++
package/lsscsi/lsscsi.hash | 2 ++
package/lsscsi/lsscsi.mk | 13 +++++++++++++
4 files changed, 22 insertions(+)
diff --git a/package/Config.in b/package/Config.in
index d57813c5c7..35e047b475 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -423,6 +423,7 @@ endmenu
source "package/lirc-tools/Config.in"
source "package/lm-sensors/Config.in"
source "package/lshw/Config.in"
+ source "package/lsscsi/Config.in"
source "package/lsuio/Config.in"
source "package/lvm2/Config.in"
source "package/mali-t76x/Config.in"
diff --git a/package/lsscsi/Config.in b/package/lsscsi/Config.in
new file mode 100644
index 0000000000..1c856863a4
--- /dev/null
+++ b/package/lsscsi/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LSSCSI
+ bool "lsscsi"
+ help
+ lsscsi - list SCSI devices (or hosts) and their attributes
+
+ http://sg.danny.cz/scsi/lsscsi.html
diff --git a/package/lsscsi/lsscsi.hash b/package/lsscsi/lsscsi.hash
new file mode 100644
index 0000000000..d39da9bc80
--- /dev/null
+++ b/package/lsscsi/lsscsi.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50 lsscsi-0.28.tgz
diff --git a/package/lsscsi/lsscsi.mk b/package/lsscsi/lsscsi.mk
new file mode 100644
index 0000000000..f5370b1843
--- /dev/null
+++ b/package/lsscsi/lsscsi.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# lsscsi
+#
+################################################################################
+
+LSSCSI_VERSION = 0.28
+LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz
+LSSCSI_SITE = http://sg.danny.cz/scsi
+LSSCSI_LICENSE = GPLv2
+LSSCSI_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] lsscsi: add new package
2017-05-12 12:41 [Buildroot] [PATCH v2] lsscsi: add new package Antony Pavlov
@ 2017-06-11 16:42 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-11 16:42 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 12 May 2017 15:41:01 +0300, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> Cc: Yegor Yefremov <yegorslists@googlemail.com>
Thanks for this patch. I've applied to master after doing a few
changes. See below.
> ---
> package/Config.in | 1 +
> package/lsscsi/Config.in | 6 ++++++
> package/lsscsi/lsscsi.hash | 2 ++
> package/lsscsi/lsscsi.mk | 13 +++++++++++++
> 4 files changed, 22 insertions(+)
You forgot to add an entry to the DEVELOPERS file, so I've done so.
> +LSSCSI_LICENSE = GPLv2
We now use SPDX license codes everywhere, so GPL-2.0. And the license
is in fact "GPL version 2 or later", so I've changed this to GPL-2.0+.
Thanks for your contribution!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-11 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 12:41 [Buildroot] [PATCH v2] lsscsi: add new package Antony Pavlov
2017-06-11 16:42 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox