diff options
| author | Ricardo Salveti <ricardo@foundries.io> | 2023-07-05 06:59:54 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-05 10:24:49 -0700 |
| commit | d755419936e5cc35a31d015ca3a5ebfd4caa69ac (patch) | |
| tree | b97a22bcc8a1fa764b3cc79634970620c4b6862f | |
| parent | d30990f519667c35585f88f849afc5c59bf411bf (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 12 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux" | 12 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux" |
| 13 | 13 | ||
| 14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
| 15 | SRCREV = "42fef565731411a784101de614a54bff79d1858e" | 15 | SRCREV = "b4e067307906ec6f277cce5c8a882f5edd03cbbc" |
| 16 | SRC_URI = " \ | 16 | SRC_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 \ |
