mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00: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
9383b3891c
commit
4e6cd82888
|
|
@ -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