mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
logrotate: fix systemd service not found while multilib
... |ERROR: lib32-logrotate-3.12.3-r0 do_package: SYSTEMD_SERVICE_lib32-logrotate value lib32-logrotate.service does not exist |ERROR: lib32-logrotate-3.12.3-r0 do_package: Function failed: systemd_populate_packages ... The systemd sercie file should not be multilib expend. (From OE-Core rev: e599c3d75a0e57a798ca360eb55d8661de355ec5) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0390b0975e
commit
6cf439d4c2
@@ -56,8 +56,8 @@ OS_NAME = "Linux"
|
|||||||
inherit autotools systemd
|
inherit autotools systemd
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "\
|
SYSTEMD_SERVICE_${PN} = "\
|
||||||
${PN}.service \
|
${BPN}.service \
|
||||||
${PN}.timer \
|
${BPN}.timer \
|
||||||
"
|
"
|
||||||
|
|
||||||
LOGROTATE_SYSTEMD_TIMER_BASIS ?= "daily"
|
LOGROTATE_SYSTEMD_TIMER_BASIS ?= "daily"
|
||||||
|
|||||||
Reference in New Issue
Block a user