mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
psplash: add psplash-default in rdepends
Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. (From OE-Core rev: 2a0928532b8303858980d6df6271669dbb69e224) Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e1053b622c
commit
bd22878de3
@@ -58,7 +58,7 @@ python __anonymous() {
|
||||
d.setVarFlag("ALTERNATIVE_TARGET_%s" % ep, 'psplash', '${bindir}/%s' % p)
|
||||
d.appendVar("RDEPENDS:%s" % ep, " %s" % pn)
|
||||
if p == "psplash-default":
|
||||
d.appendVar("RRECOMMENDS:%s" % pn, " %s" % ep)
|
||||
d.appendVar("RDEPENDS:%s" % pn, " %s" % ep)
|
||||
}
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user