diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 13:26:34 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:22:02 +0200 |
| commit | c39daf6e361adb929764f911fdbc583534d44cd4 (patch) | |
| tree | 5b2d5d9619eb6ed2577f86f543b4385eb575a6f3 /meta-systemd/meta-oe/recipes-extended | |
| parent | a67fc4b8a3fc69143d581ee2f991647f5764e9f2 (diff) | |
| download | meta-openembedded-c39daf6e361adb929764f911fdbc583534d44cd4.tar.gz | |
rpcbind: move bbappend to oe-core subdirectory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/meta-oe/recipes-extended')
| -rw-r--r-- | meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind/rpcbind.service | 13 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend | 19 |
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind/rpcbind.service b/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind/rpcbind.service deleted file mode 100644 index a028acebe5..0000000000 --- a/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind/rpcbind.service +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=RPC Bind | ||
| 3 | After=network.target | ||
| 4 | Wants=rpcbind.target | ||
| 5 | Before=rpcbind.target | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | Type=forking | ||
| 9 | ExecStart=/usr/sbin/rpcbind | ||
| 10 | Restart=always | ||
| 11 | |||
| 12 | [Install] | ||
| 13 | WantedBy=multi-user.target | ||
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 deleted file mode 100644 index 6586809a2a..0000000000 --- a/meta-systemd/meta-oe/recipes-extended/rpcbind/rpcbind_0.2.0.bbappend +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | inherit systemd | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 2}" | ||
| 4 | |||
| 5 | # look for files in the layer first | ||
| 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 7 | |||
| 8 | SRC_URI += "file://rpcbind.service" | ||
| 9 | |||
| 10 | RPROVIDES_${PN} += "${PN}-systemd" | ||
| 11 | RREPLACES_${PN} += "${PN}-systemd" | ||
| 12 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
| 13 | SYSTEMD_SERVICE_${PN} = "rpcbind.service" | ||
| 14 | |||
| 15 | do_install_append() { | ||
| 16 | install -d ${D}${systemd_unitdir}/system | ||
| 17 | install -m 0644 ${WORKDIR}/rpcbind.service ${D}${systemd_unitdir}/system | ||
| 18 | } | ||
| 19 | |||
