diff options
| author | Changqing Li <changqing.li@windriver.com> | 2023-03-10 09:13:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 21:58:44 -0800 |
| commit | df126dfaf135d95afc981750127e243280d4f3d7 (patch) | |
| tree | e70b2836a83cc0f06c1148d42110e30b35087ddc /meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb | |
| parent | e712e86c2055c1b330c052a486aba84bbdf59fe8 (diff) | |
| download | meta-openembedded-df126dfaf135d95afc981750127e243280d4f3d7.tar.gz | |
sg3-utils: upgrade 1.45 -> 1.47
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb')
| -rw-r--r-- | meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb new file mode 100644 index 0000000000..fe129b8ed3 --- /dev/null +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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 = "GPL-2.0-or-later & BSD-2-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f685699d3ac82f108aa880043fa3feb7" | ||
| 10 | |||
| 11 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \ | ||
| 12 | " | ||
| 13 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" | ||
| 14 | |||
| 15 | UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz" | ||
| 16 | |||
| 17 | SRC_URI[sha256sum] = "8673c7faca849b6b34764332d2aa91f72db05bff7382bb836d0688795199c3e1" | ||
| 18 | |||
| 19 | inherit autotools-brokensep | ||
| 20 | |||
| 21 | S = "${WORKDIR}/sg3_utils-${PV}" | ||
| 22 | |||
| 23 | RDEPENDS:${PN} += "bash" | ||
