summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/driverctl/driverctl_0.115.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/driverctl/driverctl_0.115.bb')
-rw-r--r--meta-oe/recipes-support/driverctl/driverctl_0.115.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/driverctl/driverctl_0.115.bb b/meta-oe/recipes-support/driverctl/driverctl_0.115.bb
new file mode 100644
index 0000000000..d37563eda9
--- /dev/null
+++ b/meta-oe/recipes-support/driverctl/driverctl_0.115.bb
@@ -0,0 +1,23 @@
1SUMMARY = "driverctl is a device driver control utility for Linux"
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5REQUIRED_DISTRO_FEATURES = "systemd"
6
7DEPENDS = "systemd"
8RDEPENDS:${PN} += "bash bash-completion"
9
10SRC_URI = "git://gitlab.com/driverctl/driverctl.git;branch=master;protocol=https"
11SRCREV = "2ba60536eb20ca0a6a751bd8b6501dba84ec45d3"
12
13S = "${WORKDIR}/git"
14
15inherit pkgconfig systemd features_check
16
17do_install () {
18 oe_runmake install DESTDIR=${D}
19}
20
21FILES:${PN} += "${libdir}"
22FILES:${PN} += "${datadir}"
23