From 13a33fda76d1333100bdde6625b21c5bf760f199 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 25 Oct 2021 08:36:46 -0700 Subject: driverctl: Rename to have PV in recipe name This commit is at same release as 0.111 Signed-off-by: Khem Raj --- .../recipes-support/driverctl/driverctl_0.111.bb | 28 ++++++++++++++++++++++ meta-oe/recipes-support/driverctl/driverctl_git.bb | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 meta-oe/recipes-support/driverctl/driverctl_0.111.bb delete mode 100644 meta-oe/recipes-support/driverctl/driverctl_git.bb diff --git a/meta-oe/recipes-support/driverctl/driverctl_0.111.bb b/meta-oe/recipes-support/driverctl/driverctl_0.111.bb new file mode 100644 index 0000000000..7404f40c21 --- /dev/null +++ b/meta-oe/recipes-support/driverctl/driverctl_0.111.bb @@ -0,0 +1,28 @@ +SUMMARY = "driverctl is a device driver control utility for Linux" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" + +REQUIRED_DISTRO_FEATURES = "systemd" + +DEPENDS = "systemd" +RDEPENDS:${PN} += "bash bash-completion" + +SRC_URI = " git://gitlab.com/driverctl/driverctl.git" +SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9" + +S = "${WORKDIR}/git" + +inherit pkgconfig systemd features_check + +FILES:${PN} += "${libdir}" +FILES:${PN} += "${libdir}/udev" +FILES:${PN} += "${libdir}/udev/rules.d" +FILES:${PN} += "${systemd_unitdir}" +FILES:${PN} += "${systemd_unitdir}/system" +FILES:${PN} += "${datadir}" +FILES:${PN} += "${datadir}/bash-completion" +FILES:${PN} += "${datadir}/bash-completion/completions" + +do_install () { + oe_runmake install DESTDIR=${D} +} diff --git a/meta-oe/recipes-support/driverctl/driverctl_git.bb b/meta-oe/recipes-support/driverctl/driverctl_git.bb deleted file mode 100644 index 7404f40c21..0000000000 --- a/meta-oe/recipes-support/driverctl/driverctl_git.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "driverctl is a device driver control utility for Linux" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" - -REQUIRED_DISTRO_FEATURES = "systemd" - -DEPENDS = "systemd" -RDEPENDS:${PN} += "bash bash-completion" - -SRC_URI = " git://gitlab.com/driverctl/driverctl.git" -SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9" - -S = "${WORKDIR}/git" - -inherit pkgconfig systemd features_check - -FILES:${PN} += "${libdir}" -FILES:${PN} += "${libdir}/udev" -FILES:${PN} += "${libdir}/udev/rules.d" -FILES:${PN} += "${systemd_unitdir}" -FILES:${PN} += "${systemd_unitdir}/system" -FILES:${PN} += "${datadir}" -FILES:${PN} += "${datadir}/bash-completion" -FILES:${PN} += "${datadir}/bash-completion/completions" - -do_install () { - oe_runmake install DESTDIR=${D} -} -- cgit v1.2.3-54-g00ecf