diff options
Diffstat (limited to 'meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend')
| -rw-r--r-- | meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend b/meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend deleted file mode 100644 index 8f11247a0f..0000000000 --- a/meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | inherit systemd | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 2}" | ||
| 4 | |||
| 5 | # look for files in the layer first | ||
| 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 7 | |||
| 8 | SRC_URI += "file://ypbind.service" | ||
| 9 | |||
| 10 | RPROVIDES_${PN} += "${PN}-systemd" | ||
| 11 | RREPLACES_${PN} += "${PN}-systemd" | ||
| 12 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
| 13 | SYSTEMD_SERVICE_${PN} = "ypbind.service" | ||
| 14 | do_install_append() { | ||
| 15 | install -d ${D}${systemd_unitdir}/system | ||
| 16 | install -m 0644 ${WORKDIR}/ypbind.service ${D}${systemd_unitdir}/system | ||
| 17 | } | ||
