summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2018-07-16 14:31:36 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-31 14:25:08 -0300
commit692cd2f26718512343ee170bac6ba4dbc71e5fc9 (patch)
tree6a84917dd1a8c016028216337c97bf51695a214d /recipes-graphics
parent040e4f031f2dc581c48253405da9036def035b68 (diff)
downloadmeta-freescale-692cd2f26718512343ee170bac6ba4dbc71e5fc9.tar.gz
imx-gpu-viv: libgl-imx-dev: remove conflicting rdepends
The recipe explicitly sets a conflict between the two packages libgl-imx and libgl-mesa with some python magic, so one shouldn't RDEPEND on the other. e.g. when building the SDK most -dev packages are missing and one gets: | Problem: package libgl-imx-dev-1:6.2.4.p1.2+aarch32-r0.armv7at2hf_neon_mx6qdl requires libgl-mesa-dev, but none of the providers can be installed | - package libgl-mesa-dev-2:18.1.3-r0.armv7at2hf_neon_mx6qdl conflicts with libgl-dev provided by libgl-imx-dev-1:6.2.4.p1.2+aarch32-r0.armv7at2hf_neon_mx6qdl | - conflicting requests Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc2
1 files changed, 0 insertions, 2 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 0ec0ff9d..452ceddb 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -310,8 +310,6 @@ FILES_libopenvx-imx-dev = "${includedir}/VX ${libdir}/libopenVX${SOLIBSDEV}"
310 310
311FILES_libgl-imx = "${libdir}/libGL${REALSOLIBS}" 311FILES_libgl-imx = "${libdir}/libGL${REALSOLIBS}"
312FILES_libgl-imx-dev = "${libdir}/libGL${SOLIBSDEV} ${includedir}/GL" 312FILES_libgl-imx-dev = "${libdir}/libGL${SOLIBSDEV} ${includedir}/GL"
313# Includes GL headers from mesa
314RDEPENDS_libgl-imx-dev += "libgl-mesa-dev"
315 313
316# libEGL needs to open libGLESv1.so 314# libEGL needs to open libGLESv1.so
317INSANE_SKIP_libgles-imx += "dev-so" 315INSANE_SKIP_libgles-imx += "dev-so"