]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: Make gl libraries RRECOMMEND mesa-megadriver
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Wed, 18 Nov 2015 15:00:28 +0000 (17:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:58 +0000 (21:30 +0000)
This makes e.g. core-image-weston actually work out-of-the-box
on hardware that uses megadriver drivers.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/mesa/mesa.inc

index 13a8b9d79fb1cfe7faf592bd18167083326ae9d2..424e8b7f5bc0a07f9ed861186aba91bdbd96bf33 100644 (file)
@@ -114,7 +114,9 @@ python __anonymous() {
         d.appendVar("RREPLACES_" + fullp, pkgs)
         d.appendVar("RPROVIDES_" + fullp, pkgs)
         d.appendVar("RCONFLICTS_" + fullp, pkgs)
-        
+
+        d.appendVar("RRECOMMENDS_" + fullp, "mesa-megadriver")
+
         # For -dev, the first element is both the Debian and original name
         fullp += "-dev"
         pkgs = p[1] + "-dev"