diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-16 12:20:08 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-19 23:26:16 -0300 |
commit | 0769d56ffb37a1ac0a5096bda8e598e04e9b13c8 (patch) | |
tree | 6bb15676b386fcf3215595e0932014653033da12 | |
parent | 1663874ee7ff6607a2685929c27695fe21c8ceb8 (diff) | |
download | meta-fsl-arm-0769d56ffb37a1ac0a5096bda8e598e04e9b13c8.tar.gz |
gpu-viv-bin-mx6q.inc: Fix libopencl-mx6 runtime dependency
The libopencl-mx6 requires libclc-mx6 to proper run so we move it from
libopencl-mx6-dev package to libopencl-mx6.
Change-Id: I125a01022cf04f528a954cc4c1cbc826af79608e
Reported-by: Sébastien Taylor <me@staylor.ca>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 f63ed3c..38c8db5 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 | |||
@@ -187,7 +187,7 @@ FILES_libglslc-mx6-dbg = "${libdir}/.debug/libGLSLC${SOLIBS}" | |||
187 | FILES_libopencl-mx6 = "${libdir}/libOpenCL${SOLIBS}" | 187 | FILES_libopencl-mx6 = "${libdir}/libOpenCL${SOLIBS}" |
188 | FILES_libopencl-mx6-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}" | 188 | FILES_libopencl-mx6-dev = "${includedir}/CL ${libdir}/libOpenCL${SOLIBSDEV}" |
189 | FILES_libopencl-mx6-dbg = "${libdir}/.debug/libOpenCL${SOLIBS}" | 189 | FILES_libopencl-mx6-dbg = "${libdir}/.debug/libOpenCL${SOLIBS}" |
190 | RDEPENDS_libopencl-mx6-dev = "libclc-mx6" | 190 | RDEPENDS_libopencl-mx6 = "libclc-mx6" |
191 | 191 | ||
192 | FILES_libopenvg-mx6 = "${libdir}/libOpenVG*${SOLIBS}" | 192 | FILES_libopenvg-mx6 = "${libdir}/libOpenVG*${SOLIBS}" |
193 | FILES_libopenvg-mx6-dev = "${includedir}/VG ${libdir}/libOpenVG*${SOLIBSDEV}" | 193 | FILES_libopenvg-mx6-dev = "${includedir}/VG ${libdir}/libOpenVG*${SOLIBSDEV}" |