[OE-core] [PATCH] mesa: add missing space to RRECOMMENDS append

Andreas Müller schnitzeltony at googlemail.com
Mon Feb 22 14:44:26 UTC 2016


Fixes errors as:

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

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta/recipes-graphics/mesa/mesa.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 5ce96dd..442479a 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -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"
-- 
2.5.0




More information about the Openembedded-core mailing list