diff options
-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 43a82a48..9eeea103 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -121,7 +121,7 @@ python __anonymous() { | |||
121 | # they don't get Debian-renamed (which would remove the -imx suffix). | 121 | # they don't get Debian-renamed (which would remove the -imx suffix). |
122 | for p in (("libegl", "libegl1"), ("libgl", "libgl1"), | 122 | for p in (("libegl", "libegl1"), ("libgl", "libgl1"), |
123 | ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"), | 123 | ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"), |
124 | ("libgles3",) , ("libvulkan",), ("libgbm",)): | 124 | ("libgles3",), ("libgbm",)): |
125 | fullp = p[0] + "-imx" | 125 | fullp = p[0] + "-imx" |
126 | pkgs = "".join(' %s' % i for i in p) | 126 | pkgs = "".join(' %s' % i for i in p) |
127 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") | 127 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") |