diff options
author | Joshua Watt <Joshua.Watt@garmin.com> | 2019-05-01 16:54:44 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 14:33:22 -0300 |
commit | fe7a023c70d6018db70dcb26817c0b778295f523 (patch) | |
tree | 3631dcb2c7d8b1e8a98f4f1ec4deccfd02b18770 | |
parent | 608c8abd86a4b4353f370c13c1cc43b42e44e2fd (diff) | |
download | meta-freescale-fe7a023c70d6018db70dcb26817c0b778295f523.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.inc | 2 |
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 b33780d2..38d3510d 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(p) | 115 | pkgs = " ".join(p) |
116 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") | 116 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") |