inherit systemd PRINC := "${@int(PRINC) + 1}" # look for files in the layer first FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://ypbind.service" SYSTEMD_PACKAGES = "${PN}" RPROVIDES_${PN} += "${PN}-systemd" SYSTEMD_SERVICE_${PN} = "ypbind.service" do_install_append() { install -d ${D}${systemd_unitdir}/system install -m 0644 ${WORKDIR}/ypbind.service ${D}${systemd_unitdir}/system }