From 7c4f3f1e3eeaf94972c893d67e23682af5f93ed1 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Tue, 9 Jan 2024 18:49:42 +0100 Subject: nvme-cli: upgrade 2.6 -> 2.7.1 Keep nvme-cli in sync with libnvme which was upgraded from 1.6 to 1.7.1 by the following commit: * 7a6ca59ab libnvme: upgrade 1.6 -> 1.7.1 Signed-off-by: Christophe Vu-Brugier Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb | 30 -------------------------- meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb | 30 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb create mode 100644 meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb deleted file mode 100644 index 0d8923f342..0000000000 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "NVMe management command line interface" -HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" -SECTION = "console/utils" -LICENSE = "GPL-2.0-only & CC0-1.0 & MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022 \ - file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ - file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" -DEPENDS = "json-c libnvme" -SRCREV = "bd2f882a49a14b0e21a94c928128b1979e4316fd" - -SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" - -S = "${WORKDIR}/git" - -inherit bash-completion meson pkgconfig systemd - -EXTRA_OEMESON += "-Dsystemddir=${systemd_unitdir}/system" - -pkg_postinst_ontarget:${PN}() { - ${sbindir}/nvme gen-hostnqn > ${sysconfdir}/nvme/hostnqn - ${bindir}/uuidgen > ${sysconfdir}/nvme/hostid -} - -PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion" - -FILES:${PN} += "${systemd_system_unitdir}" -FILES:${PN}-dracut = "${nonarch_libdir}/dracut/dracut.conf.d" -FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" - -RDEPENDS:${PN} = "util-linux-uuidgen" diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb new file mode 100644 index 0000000000..d2b2536bc3 --- /dev/null +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb @@ -0,0 +1,30 @@ +SUMMARY = "NVMe management command line interface" +HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" +SECTION = "console/utils" +LICENSE = "GPL-2.0-only & CC0-1.0 & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022 \ + file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ + file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" +DEPENDS = "json-c libnvme" +SRCREV = "dcdad6f5d70ffb2fa151f229db048180671eb1fe" + +SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" + +S = "${WORKDIR}/git" + +inherit bash-completion meson pkgconfig systemd + +EXTRA_OEMESON += "-Dsystemddir=${systemd_unitdir}/system" + +pkg_postinst_ontarget:${PN}() { + ${sbindir}/nvme gen-hostnqn > ${sysconfdir}/nvme/hostnqn + ${bindir}/uuidgen > ${sysconfdir}/nvme/hostid +} + +PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion" + +FILES:${PN} += "${systemd_system_unitdir}" +FILES:${PN}-dracut = "${nonarch_libdir}/dracut/dracut.conf.d" +FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" + +RDEPENDS:${PN} = "util-linux-uuidgen" -- cgit v1.2.3-54-g00ecf