diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:55:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:46:50 +0200 |
commit | a396118be3e6076c7f375d798e671472ec514cb3 (patch) | |
tree | a444ba7e80cc4ac5b05718f1da528d4820b0af0c /meta-oe/recipes-extended/zram | |
parent | d8d44aeb941ae22ce4f3ec800508bffd913c6e0b (diff) | |
download | meta-openembedded-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.bb | 2 |
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 3b1c8454d..e07f570d1 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 () { | |||
23 | install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system | 23 | install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system |
24 | } | 24 | } |
25 | 25 | ||
26 | FILES_${PN} = "${sysconfdir}/init.d" | 26 | FILES_${PN} = "${sysconfdir}" |
27 | INITSCRIPT_NAME = "zram" | 27 | INITSCRIPT_NAME = "zram" |
28 | INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ." | 28 | INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ." |
29 | 29 | ||