mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 12:00:01 +00:00
Add recipe for driverctl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
953f6a2274
commit
1e12d64f70
@ -718,6 +718,7 @@ RDEPENDS:packagegroup-meta-oe-support ="\
|
|||||||
anthy \
|
anthy \
|
||||||
atop \
|
atop \
|
||||||
ace-cloud-editor \
|
ace-cloud-editor \
|
||||||
|
driverctl \
|
||||||
frame \
|
frame \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geis", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geis", "", d)} \
|
||||||
grail \
|
grail \
|
||||||
|
|||||||
28
meta-oe/recipes-support/driverctl/driverctl_git.bb
Normal file
28
meta-oe/recipes-support/driverctl/driverctl_git.bb
Normal file
@ -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}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user