mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
zram: include whole sysconfdir in PN
* when sysv script is removed it leaves empty /etc behind and QA warn is
shown:
zram-0.1: zram: Files/directories were installed but not shipped
/etc
empty dir doesn't cost much, so just include it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ do_install () {
|
|||||||
install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system
|
install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = "${sysconfdir}/init.d"
|
FILES_${PN} = "${sysconfdir}"
|
||||||
INITSCRIPT_NAME = "zram"
|
INITSCRIPT_NAME = "zram"
|
||||||
INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ."
|
INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user