summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2023-03-10 09:13:57 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-09 21:58:44 -0800
commitdf126dfaf135d95afc981750127e243280d4f3d7 (patch)
treee70b2836a83cc0f06c1148d42110e30b35087ddc /meta-oe/recipes-support/sg3-utils/sg3-utils_1.47.bb
parente712e86c2055c1b330c052a486aba84bbdf59fe8 (diff)
downloadmeta-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.bb23
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 @@
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 = "GPL-2.0-or-later & BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;md5=f685699d3ac82f108aa880043fa3feb7"
10
11SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
12"
13MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
14
15UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz"
16
17SRC_URI[sha256sum] = "8673c7faca849b6b34764332d2aa91f72db05bff7382bb836d0688795199c3e1"
18
19inherit autotools-brokensep
20
21S = "${WORKDIR}/sg3_utils-${PV}"
22
23RDEPENDS:${PN} += "bash"