aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zram
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-11-17 14:13:42 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-12-05 19:46:40 +0100
commit0141af611dd9d0d66044646e56286b2f2381c14d (patch)
tree91ecf2fb059223f898a0af19056f604ec3dfae7f /meta-oe/recipes-extended/zram
parentde85a5f183bc92d518c9db2c2e8ddfb7f8c4aafc (diff)
downloadmeta-openembedded-contrib-0141af611dd9d0d66044646e56286b2f2381c14d.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/zram')
-rw-r--r--meta-oe/recipes-extended/zram/zram_0.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/zram/zram_0.1.bb b/meta-oe/recipes-extended/zram/zram_0.1.bb
index fbeb5860ff..02abb125a4 100644
--- a/meta-oe/recipes-extended/zram/zram_0.1.bb
+++ b/meta-oe/recipes-extended/zram/zram_0.1.bb
@@ -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"