summaryrefslogtreecommitdiff
path: root/meta-unit-core/recipes-extended/sudo/sudo_%.bbappend
blob: 8fa5c5db833d275ccddc925d35e994c678f54f99 (plain)
1
2
3
4
5
6
7
8
9
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

SRC_URI:append = " file://50-unitexe"

do_install:append() {
    install -p -m0440 ${UNPACKDIR}/50-unitexe ${D}${sysconfdir}/sudoers.d/50-unitexe
}

FILES:${PN}-lib:append = " ${sysconfdir}/sudoers.d/50-unitexe"