mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-04-30 19:36:44 +02:00
Compare commits
No commits in common. "78a6473a6f87e9975ab5e2a91e0fb3aa0c0b4744" and "a44cf639b6030432c9fde480576784d8353f7a3c" have entirely different histories.
78a6473a6f
...
a44cf639b6
@ -4,6 +4,6 @@ do_install:append() {
|
|||||||
# allow sudo group to power off/reboot system without password
|
# allow sudo group to power off/reboot system without password
|
||||||
cat << EOF >> ${D}/${sysconfdir}/sudoers
|
cat << EOF >> ${D}/${sysconfdir}/sudoers
|
||||||
## sudo user group is allowed to execute halt and reboot
|
## sudo user group is allowed to execute halt and reboot
|
||||||
%sudo ALL=NOPASSWD: /sbin/halt, /sbin/reboot, /sbin/poweroff, /usr/bin/swaylock
|
%sudo ALL=NOPASSWD: /sbin/halt, /sbin/reboot, /sbin/poweroff
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
@ -1,20 +0,0 @@
|
|||||||
DESCRIPTION = "wlopm"
|
|
||||||
|
|
||||||
LICENSE = ""GPL-3.0-only"
|
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
|
|
||||||
|
|
||||||
|
|
||||||
SRCREV = "${AUTOREV}"
|
|
||||||
|
|
||||||
SRC_URI = "https://git.iohub.dev/dany/wlopm.git;branch=master;"
|
|
||||||
|
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
|
||||||
|
|
||||||
do_compile () {
|
|
||||||
oe_runmake -C make/linux
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
oe_runmake install DESTDIR='${D}'
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user