summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <Joshua.Watt@garmin.com>2019-05-01 16:54:44 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-03 17:07:57 -0300
commit29fdb4a679cbf92c24cfbdd3fac76fb99aa35be4 (patch)
treec2c87ebc0f17592088886f329696c7117391d2cb
parent614fdc7d27583a62c915912787bc9b73f96c9b17 (diff)
downloadmeta-freescale-29fdb4a679cbf92c24cfbdd3fac76fb99aa35be4.tar.gz
imx-gpu-viv: RPROVIDE virtual/libgbm
Adds the virtual runtime provider for libgbm Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
index 26e487e8..45f257e6 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -110,7 +110,7 @@ python __anonymous() {
110 # they don't get Debian-renamed (which would remove the -imx suffix). 110 # they don't get Debian-renamed (which would remove the -imx suffix).
111 for p in (("libegl", "libegl1"), ("libgl", "libgl1"), 111 for p in (("libegl", "libegl1"), ("libgl", "libgl1"),
112 ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"), 112 ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"),
113 ("libgles3",) , ("libvulkan",)): 113 ("libgles3",) , ("libvulkan",), ("libgbm",)):
114 fullp = p[0] + "-imx" 114 fullp = p[0] + "-imx"
115 pkgs = "".join(' %s' % i for i in p) 115 pkgs = "".join(' %s' % i for i in p)
116 d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") 116 d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1")