summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sg3-utils
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/sg3-utils
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils')
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
new file mode 100644
index 000000000..5ce11b62d
--- /dev/null
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Utilities for working with generic SCSI devices"
2
3DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set"
4
5HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
6SECTION = "console/admin"
7
8LICENSE = "GPLv2+ & BSD"
9LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
10
11SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
12SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
13SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
14
15inherit autotools-brokensep
16
17S = "${WORKDIR}/sg3_utils-${PV}"
18
19RDEPENDS_${PN} += "bash"