[oe-commits] [openembedded-core] 01/08: mesa: add missing space to RRECOMMENDS append

git at git.openembedded.org git at git.openembedded.org
Fri Feb 26 17:58:36 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 25ca768112f37a7fd8648f0d983e856294863460
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Mon Feb 22 15:44:26 2016 +0100

    mesa: add missing space to RRECOMMENDS append
    
    Fixes errors as:
    
    | Missing or unbuildable dependency chain was: ['mesa-megadrivermesa-megadriver']
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list