X-Git-Url: https://git.kernelconcepts.de/?p=meta-kc-bsp.git;a=blobdiff_plain;f=recipes-bsp%2Fdotsplash%2Fdotsplash_git.bb;h=0a4c49846098c215d25adf2e3f35761cff95a3aa;hp=870127e0b7c15a08b38aa918588ef61221ccdd6f;hb=3022432adbac56b9ea87ac1ad5de78639bdad396;hpb=71774801cde9d933ca61d9acd26480ac3cd9a347;ds=sidebyside 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')