# Copyright (C) 2022 Vincent BENOIT # Release under the MIT license (see COPYING.MIT for the terms) FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "file://sudoers" do_install:append() { install -d ${D}${sysconfdir} install -m 0440 ${WORKDIR}/sudoers ${D}${sysconfdir} }