summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2023-07-05 06:59:54 +0000
committerKhem Raj <raj.khem@gmail.com>2023-07-05 10:24:49 -0700
commitd755419936e5cc35a31d015ca3a5ebfd4caa69ac (patch)
treeb97a22bcc8a1fa764b3cc79634970620c4b6862f
parentd30990f519667c35585f88f849afc5c59bf411bf (diff)
downloadmeta-openembedded-d755419936e5cc35a31d015ca3a5ebfd4caa69ac.tar.gz
lshw: bump to b4e0673
Relevant changes: - b4e0673 fix NVMe multipath detection - e7cde93 NVMe: fix logical name with native multipath Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb b/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
index 6420c7e325..f5eda17f48 100644
--- a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
+++ b/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux" 12COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux"
13 13
14PV .= "+git${SRCPV}" 14PV .= "+git${SRCPV}"
15SRCREV = "42fef565731411a784101de614a54bff79d1858e" 15SRCREV = "b4e067307906ec6f277cce5c8a882f5edd03cbbc"
16SRC_URI = " \ 16SRC_URI = " \
17 git://github.com/lyonel/lshw.git;protocol=https;branch=master \ 17 git://github.com/lyonel/lshw.git;protocol=https;branch=master \
18 file://0001-disable-docbook2man.patch \ 18 file://0001-disable-docbook2man.patch \