From 3022432adbac56b9ea87ac1ad5de78639bdad396 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sun, 7 Jul 2019 12:26:58 +0200 Subject: [PATCH] dotsplash: rrecommend configured theme make package machine specific --- recipes-bsp/dotsplash/dotsplash_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/dotsplash/dotsplash_git.bb b/recipes-bsp/dotsplash/dotsplash_git.bb index 870127e..0a4c498 100644 --- a/recipes-bsp/dotsplash/dotsplash_git.bb +++ b/recipes-bsp/dotsplash/dotsplash_git.bb @@ -13,6 +13,8 @@ SRC_URI = "git://git@gitlab.kernelconcepts.de:2224/danb/dotsplash.git;protocol=s inherit pkgconfig update-rc.d meson +PACKAGE_ARCH = "${MACHINE_ARCH}" + DOTSPLASH_THEME ?= "kc-800" DOTSPLASH_THEME_lamobo-r1 ?= "kc-fullhd" DOTSPLASH_THEME_topasa900 ?= "kc-320" @@ -38,7 +40,7 @@ do_install_append() { INITSCRIPT_NAME = "dotsplash.sh" INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." -RRECOMMENDS_${PN} = "${PN}-theme-mucross" +RRECOMMENDS_${PN} = "${PN}-theme-${DOTSPLASH_THEME}" python populate_packages_prepend () { themedir = d.expand('${datadir}/dotsplash/themes') -- 2.39.2