mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
driverctl: upgrade 0.115 -> 0.121
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "driverctl is a device driver control utility for Linux"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
DEPENDS = "systemd"
|
||||
RDEPENDS:${PN} += "bash bash-completion"
|
||||
|
||||
SRC_URI = "git://gitlab.com/driverctl/driverctl.git;branch=master;protocol=https;tag=${PV}"
|
||||
SRCREV = "0a72c5b1091d87e839ff083f686477f9eff5fb97"
|
||||
|
||||
|
||||
inherit pkgconfig systemd features_check
|
||||
|
||||
do_install () {
|
||||
oe_runmake install DESTDIR=${D}
|
||||
}
|
||||
|
||||
FILES:${PN} += " \
|
||||
${libdir} \
|
||||
${datadir} \
|
||||
${systemd_system_unitdir} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user