mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
zram: Drop allarch
* runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH * move kernel-module-zram to RRECOMMENDS, because signature handler is excluding kernel-module-* dependencies only from RRECOMMENDS and also because some machine can have zram enabled in kernel and kernel-module-zram won't exist. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
de85a5f183
commit
0141af611d
|
|
@ -2,9 +2,10 @@ DESCRIPTION = "Linux zram compressed in-memory swap"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
inherit allarch update-rc.d systemd
|
||||
inherit update-rc.d systemd
|
||||
|
||||
RDEPENDS_${PN} = "util-linux-swaponoff kmod kernel-module-zram"
|
||||
RDEPENDS_${PN} = "util-linux-swaponoff kmod"
|
||||
RRECOMMENDS_${PN} = "kernel-module-zram"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user