[meta-freescale] [meta-fsl-arm PATCH] gpu-viv-bin-mx6q.inc: Fix libopencl-mx6 runtime dependency

Otavio Salvador otavio at ossystems.com.br
Mon Aug 19 05:22:07 PDT 2013


The libopencl-mx6 requires libclc-mx6 to proper run so we move it from
libclc-mx6-dev package to it.

Change-Id: I125a01022cf04f528a954cc4c1cbc826af79608e
Reported-by: Sébastien Taylor <me at staylor.ca>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index 025aa51..d17be70 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -202,7 +202,7 @@ FILES_libglslc-mx6-dbg = "${libdir}/.debug/libGLSLC${SOLIBS}"
 FILES_libopencl-mx6 = "${libdir}/libOpenCL${SOLIBS}"
 FILES_libopencl-mx6-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}"
 FILES_libopencl-mx6-dbg = "${libdir}/.debug/libOpenCL${SOLIBS}"
-RDEPENDS_libopencl-mx6-dev = "libclc-mx6"
+RDEPENDS_libopencl-mx6 = "libclc-mx6"
 
 FILES_libopenvg-mx6 = "${libdir}/libOpenVG*${SOLIBS}"
 FILES_libopenvg-mx6-dev = "${includedir}/VG ${libdir}/libOpenVG*${SOLIBSDEV}"
-- 
1.8.4.rc1




More information about the meta-freescale mailing list