mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cronie: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
7c4380cf76
commit
b5e7472830
|
|
@ -1,7 +1,7 @@
|
|||
# look for files in the layer first
|
||||
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
||||
|
||||
PRINC = "1"
|
||||
PRINC = "2"
|
||||
|
||||
inherit systemd
|
||||
|
||||
|
|
@ -9,13 +9,3 @@ SYSTEMD_PACKAGES = "${PN}-systemd"
|
|||
SYSTEMD_SERVICE_${PN}-systemd = "crond.service"
|
||||
|
||||
SRC_URI += "file://crond.service"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${base_libdir}/systemd/system
|
||||
install -m 644 ${WORKDIR}/crond.service ${D}${base_libdir}/systemd/system
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-systemd"
|
||||
|
||||
FILES_${PN}-systemd += "${base_libdir}/systemd"
|
||||
RDEPENDS_${PN}-systemd = "${PN}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user