Files
meta-openembedded/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend
2013-01-08 09:31:52 -08:00

13 lines
241 B
Plaintext

inherit systemd
PRINC := "${@int(PRINC) + 1}"
# look for files in the layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://rpcbind.service"
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE = "rpcbind.service"