diff options
Diffstat (limited to 'meta-systemd/meta-oe/recipes-extended/rpcbind')
-rw-r--r-- | meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend b/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend index 0fa7f9761..fb31f9234 100644 --- a/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend +++ b/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend | |||
@@ -7,6 +7,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
7 | 7 | ||
8 | SRC_URI += "file://rpcbind.service" | 8 | SRC_URI += "file://rpcbind.service" |
9 | 9 | ||
10 | SYSTEMD_PACKAGES = "${PN}-systemd" | 10 | SYSTEMD_PACKAGES = "${PN}" |
11 | SYSTEMD_SERVICE = "rpcbind.service" | 11 | RPROVIDES_${PN} += "${PN}-systemd" |
12 | SYSTEMD_SERVICE_${PN} = "rpcbind.service" | ||
13 | |||
14 | do_install_append() { | ||
15 | install -d ${D}${systemd_unitdir}/system | ||
16 | install -m 0644 ${WORKDIR}/rpcbind.service ${D}${systemd_unitdir}/system | ||
17 | } | ||
12 | 18 | ||