From 4fa9dbf1984f71adc6f5e8991b516eb0aaa8ce99 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Tue, 8 Sep 2026 13:49:15 -0300 Subject: imx-gpu-viv: Separate the -dev names it provides and replaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Debian-rename loop appended the -dev name without a separator, so RPROVIDES:libgles1-imx-dev — the only one of these with a prior value — resolved to the single token "libgles-imx-devlibgles1-dev" and the package provided neither name. Tested with bitbake imx-gpu-viv on imx8mp-lpddr4-evk; the buildhistory delta is that RPROVIDES alone. Signed-off-by: Luciano Dittgen --- recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e7d0188db..5827a9db3 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc @@ -157,7 +157,7 @@ python __anonymous() { # For -dev, the first element is both the Debian and original name fullp += "-dev" - pkgs = p[0] + "-dev" + pkgs = " " + p[0] + "-dev" d.setVar("DEBIAN_NOAUTONAME:" + fullp, "1") d.appendVar("RREPLACES:" + fullp, pkgs) d.appendVar("RPROVIDES:" + fullp, pkgs) -- cgit v1.2.3-54-g00ecf