aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zram
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-03-30 00:55:25 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:46:50 +0200
commita396118be3e6076c7f375d798e671472ec514cb3 (patch)
treea444ba7e80cc4ac5b05718f1da528d4820b0af0c /meta-oe/recipes-extended/zram
parentd8d44aeb941ae22ce4f3ec800508bffd913c6e0b (diff)
downloadmeta-openembedded-contrib-a396118be3e6076c7f375d798e671472ec514cb3.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/zram')
-rw-r--r--meta-oe/recipes-extended/zram/zram_0.1.bb2
1 files changed, 1 insertions, 1 deletions
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 ."