]> git.kernelconcepts.de Git - meta-kc-bsp.git/blobdiff - recipes-bsp/dotsplash/dotsplash_git.bb
dotsplash: rrecommend configured theme
[meta-kc-bsp.git] / recipes-bsp / dotsplash / dotsplash_git.bb
index 5f7df445a39a51ed36aa772b53b6bee18fee7799..0a4c49846098c215d25adf2e3f35761cff95a3aa 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "./dotsplash - a tiny and customizable splash screen"
 LICENSE = "GPLv2"
 PV = "1.0+git${SRCPV}"
-SRCREV = "7179a8b40c25cfd53c5eeac462086a6386d9a1af"
+SRCREV = "ff34b85bfed5401910b2bc28a150a347f26ce97f"
 
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
@@ -13,8 +13,11 @@ 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"
 
 DOTSPLASH_PARAMS ?= "-s 15 --theme ${DOTSPLASH_THEME}"
 
@@ -37,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')