From 25ca768112f37a7fd8648f0d983e856294863460 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 22 Feb 2016 15:44:26 +0100 Subject: mesa: add missing space to RRECOMMENDS append MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes errors as: | Missing or unbuildable dependency chain was: ['mesa-megadrivermesa-megadriver'] Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 5ce96dd965..442479ae62 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" -- cgit 1.2.3-korg