]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: add missing space to RRECOMMENDS append
authorAndreas Müller <schnitzeltony@googlemail.com>
Mon, 22 Feb 2016 14:44:26 +0000 (15:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2016 17:15:07 +0000 (17:15 +0000)
Fixes errors as:

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

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc

index 5ce96dd9656ec38b3bb662c3649ba44eb997baef..442479ae62cdd87c253b3d98076b524957215475 100644 (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"