mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
13 lines
241 B
Plaintext
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"
|
|
|