diff options
author | 2013-07-17 22:27:12 -0300 | |
---|---|---|
committer | 2013-07-20 18:25:23 -0300 | |
commit | 54ebe17ade0fc70f4bbd769946aa277501507641 (patch) | |
tree | a5076c1e6f2f1a98e06bad858e3eb9a829aa0d0f | |
parent | 6b6c184732be1eceb1642eaab8fe1fd18ccfc95d (diff) | |
download | meta-fsl-arm-54ebe17ade0fc70f4bbd769946aa277501507641.tar.gz meta-fsl-arm-54ebe17ade0fc70f4bbd769946aa277501507641.tar.bz2 meta-fsl-arm-54ebe17ade0fc70f4bbd769946aa277501507641.zip |
gpu-viv-bin-mx6q.inc: Add libclc-mx6 as runtime depedency of libopencl-mx6-dev
The libclc-mx6 is required when doing C development so we add it as
runtime dependency of libopencl-mx6-dev to easy it's deployment and
avoid it to being included in all rootfs.
Change-Id: Ic0fc199ee2b65e97841d680b8fc1599a299e4bfe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 1 |
1 files changed, 1 insertions, 0 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 85ba283..5d8b25c 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 @@ -171,6 +171,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" FILES_libopenvg-mx6 = "${libdir}/libOpenVG*${SOLIBS}" FILES_libopenvg-mx6-dev = "${includedir}/VG ${libdir}/libOpenVG*${SOLIBSDEV}" |