diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-22 15:44:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-26 17:16:14 +0000 |
| commit | 951ce184eb150e7da960ae91724e171669af8b2b (patch) | |
| tree | 961a77d715c3bf2032e995e85b164dadc71d746b | |
| parent | 23056103c949b498c23b47579e8dd57ce78e6ed9 (diff) | |
| download | poky-951ce184eb150e7da960ae91724e171669af8b2b.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 121 | d.appendVar("RPROVIDES_" + fullp, pkgs) | 121 | d.appendVar("RPROVIDES_" + fullp, pkgs) |
| 122 | d.appendVar("RCONFLICTS_" + fullp, pkgs) | 122 | d.appendVar("RCONFLICTS_" + fullp, pkgs) |
| 123 | 123 | ||
| 124 | d.appendVar("RRECOMMENDS_" + fullp, "mesa-megadriver") | 124 | d.appendVar("RRECOMMENDS_" + fullp, " mesa-megadriver") |
| 125 | 125 | ||
| 126 | # For -dev, the first element is both the Debian and original name | 126 | # For -dev, the first element is both the Debian and original name |
| 127 | fullp += "-dev" | 127 | fullp += "-dev" |
