From a396118be3e6076c7f375d798e671472ec514cb3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 30 Mar 2014 00:55:25 +0100 Subject: 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 --- meta-oe/recipes-extended/zram/zram_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-extended/zram') diff --git a/meta-oe/recipes-extended/zram/zram_0.1.bb b/meta-oe/recipes-extended/zram/zram_0.1.bb index 3b1c8454d6..e07f570d1a 100644 --- a/meta-oe/recipes-extended/zram/zram_0.1.bb +++ b/meta-oe/recipes-extended/zram/zram_0.1.bb @@ -23,7 +23,7 @@ do_install () { install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system } -FILES_${PN} = "${sysconfdir}/init.d" +FILES_${PN} = "${sysconfdir}" INITSCRIPT_NAME = "zram" INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ." -- cgit 1.2.3-korg