summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb')
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb
new file mode 100644
index 0000000000..a11bd77a0d
--- /dev/null
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb
@@ -0,0 +1,20 @@
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"
12
13SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea"
14SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3"
15
16inherit autotools-brokensep
17
18S = "${WORKDIR}/sg3_utils-${PV}"
19
20RDEPENDS_${PN} += "bash"