From: Florian Boor Date: Tue, 4 Jun 2019 21:53:06 +0000 (+0200) Subject: dotsplash: pull themes package into image X-Git-Url: https://git.kernelconcepts.de/?p=meta-kc-bsp.git;a=commitdiff_plain;h=8ae418770e13d9b4ba295b36db034b42a228323a dotsplash: pull themes package into image --- diff --git a/recipes-bsp/dotsplash/dotsplash_git.bb b/recipes-bsp/dotsplash/dotsplash_git.bb index 903927c..7bbe11e 100644 --- a/recipes-bsp/dotsplash/dotsplash_git.bb +++ b/recipes-bsp/dotsplash/dotsplash_git.bb @@ -32,3 +32,5 @@ do_install_append() { INITSCRIPT_NAME = "dotsplash.sh" INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." + +RRECOMMENDS_${PN} = "${PN}-themes"