diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/sg3-utils | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
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.bb | 17 |
1 files changed, 17 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 0000000000..36c13a412c --- /dev/null +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb | |||
@@ -0,0 +1,17 @@ | |||
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 | SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263" | ||
13 | SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1" | ||
14 | |||
15 | inherit autotools-brokensep | ||
16 | |||
17 | S = "${WORKDIR}/sg3_utils-${PV}" | ||