diff options
-rw-r--r-- | meta-oe/recipes-extended/cronie/cronie_1.4.8.bbappend | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/meta-oe/recipes-extended/cronie/cronie_1.4.8.bbappend b/meta-oe/recipes-extended/cronie/cronie_1.4.8.bbappend index e0b9fb967d..5aedb21a4c 100644 --- a/meta-oe/recipes-extended/cronie/cronie_1.4.8.bbappend +++ b/meta-oe/recipes-extended/cronie/cronie_1.4.8.bbappend | |||
@@ -1,7 +1,7 @@ | |||
1 | # look for files in the layer first | 1 | # look for files in the layer first |
2 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | 2 | FILESEXTRAPATHS := "${THISDIR}/${PN}" |
3 | 3 | ||
4 | PRINC = "1" | 4 | PRINC = "2" |
5 | 5 | ||
6 | inherit systemd | 6 | inherit systemd |
7 | 7 | ||
@@ -9,13 +9,3 @@ SYSTEMD_PACKAGES = "${PN}-systemd" | |||
9 | SYSTEMD_SERVICE_${PN}-systemd = "crond.service" | 9 | SYSTEMD_SERVICE_${PN}-systemd = "crond.service" |
10 | 10 | ||
11 | SRC_URI += "file://crond.service" | 11 | SRC_URI += "file://crond.service" |
12 | |||
13 | do_install_append() { | ||
14 | install -d ${D}${base_libdir}/systemd/system | ||
15 | install -m 644 ${WORKDIR}/crond.service ${D}${base_libdir}/systemd/system | ||
16 | } | ||
17 | |||
18 | PACKAGES =+ "${PN}-systemd" | ||
19 | |||
20 | FILES_${PN}-systemd += "${base_libdir}/systemd" | ||
21 | RDEPENDS_${PN}-systemd = "${PN}" | ||