summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend
diff options
context:
space:
mode:
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.bbappend17
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 8f11247a0..000000000
--- a/meta-systemd/meta-networking/recipes-support/nis/ypbind-mt_1.36.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
1inherit systemd
2
3PRINC := "${@int(PRINC) + 2}"
4
5# look for files in the layer first
6FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
7
8SRC_URI += "file://ypbind.service"
9
10RPROVIDES_${PN} += "${PN}-systemd"
11RREPLACES_${PN} += "${PN}-systemd"
12RCONFLICTS_${PN} += "${PN}-systemd"
13SYSTEMD_SERVICE_${PN} = "ypbind.service"
14do_install_append() {
15 install -d ${D}${systemd_unitdir}/system
16 install -m 0644 ${WORKDIR}/ypbind.service ${D}${systemd_unitdir}/system
17}