blob: 40a05672613f068c15f35c0ec1bd4d103a9e08b0 [file] [log] [blame]
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://ncsi-netlink.service"
SYSTEMD_SERVICE_${PN} += "ncsi-netlink.service"
do_install_append() {
install -d ${D}${systemd_system_unitdir}
install -m 0644 ${WORKDIR}/ncsi-netlink.service ${D}${systemd_system_unitdir}
}