summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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() {
157 157
158 # For -dev, the first element is both the Debian and original name 158 # For -dev, the first element is both the Debian and original name
159 fullp += "-dev" 159 fullp += "-dev"
160 pkgs = p[0] + "-dev" 160 pkgs = " " + p[0] + "-dev"
161 d.setVar("DEBIAN_NOAUTONAME:" + fullp, "1") 161 d.setVar("DEBIAN_NOAUTONAME:" + fullp, "1")
162 d.appendVar("RREPLACES:" + fullp, pkgs) 162 d.appendVar("RREPLACES:" + fullp, pkgs)
163 d.appendVar("RPROVIDES:" + fullp, pkgs) 163 d.appendVar("RPROVIDES:" + fullp, pkgs)