diff options
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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "Utilities for working with generic SCSI devices" | ||
| 2 | |||
| 3 | DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set" | ||
| 4 | |||
| 5 | HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" | ||
| 6 | SECTION = "console/admin" | ||
| 7 | |||
| 8 | LICENSE = "GPLv2+ & BSD" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca" | ||
| 10 | |||
| 11 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea" | ||
| 14 | SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3" | ||
| 15 | |||
| 16 | inherit autotools-brokensep | ||
| 17 | |||
| 18 | S = "${WORKDIR}/sg3_utils-${PV}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "bash" | ||
