mesa: add missing space to RRECOMMENDS append

Fixes errors as:

| Missing or unbuildable dependency chain was: ['mesa-megadrivermesa-megadriver']

(From OE-Core rev: 25ca768112f37a7fd8648f0d983e856294863460)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Müller 2016-02-22 15:44:26 +01:00 committed by Richard Purdie
parent 23056103c9
commit 951ce184eb
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ python __anonymous() {
d.appendVar("RPROVIDES_" + fullp, pkgs)
d.appendVar("RCONFLICTS_" + fullp, pkgs)
d.appendVar("RRECOMMENDS_" + fullp, "mesa-megadriver")
d.appendVar("RRECOMMENDS_" + fullp, " mesa-megadriver")
# For -dev, the first element is both the Debian and original name
fullp += "-dev"