diff options
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index edc0ac1d89..9532ed1534 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -58,7 +58,7 @@ python __anonymous() { | |||
58 | d.setVarFlag("ALTERNATIVE_TARGET_%s" % ep, 'psplash', '${bindir}/%s' % p) | 58 | d.setVarFlag("ALTERNATIVE_TARGET_%s" % ep, 'psplash', '${bindir}/%s' % p) |
59 | d.appendVar("RDEPENDS:%s" % ep, " %s" % pn) | 59 | d.appendVar("RDEPENDS:%s" % ep, " %s" % pn) |
60 | if p == "psplash-default": | 60 | if p == "psplash-default": |
61 | d.appendVar("RRECOMMENDS:%s" % pn, " %s" % ep) | 61 | d.appendVar("RDEPENDS:%s" % pn, " %s" % ep) |
62 | } | 62 | } |
63 | 63 | ||
64 | S = "${WORKDIR}/git" | 64 | S = "${WORKDIR}/git" |