]> code.ossystems Code Review - meta-freescale.git/commit
gpu-viv-bin-mx6q: Fix libOpenVG link when building for mx6sl
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Sep 2014 00:05:06 +0000 (21:05 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Sep 2014 01:11:38 +0000 (22:11 -0300)
commit22931e38637724e0152110b5e94d3ae6155a6bf9
tree099220431ec9b1883e4ebe7d2d94ca96c771c750
parent11bdccb92b09834340a53ea1be91485c08f9bf05
gpu-viv-bin-mx6q: Fix libOpenVG link when building for mx6sl

The ab83159 (gpu-viv-bin-mx6q: Include sololite changes to remove 3Dx
libraries.) reworked the libraries available for mx6sl case however
the symbolic link was wrong. It points to the work instalation directory.

This resulted in:

,----
| ibOpenVG_355.so
| ibOpenVG.so -> .../tmp/work/.../image/usr/lib/libOpenVG_355.so
`----

While the expected is:

,----
| libOpenVG_355.so
| libOpenVG.so -> libOpenVG_355.so
`----

This patch fixes is to use a relative link, fixing OpenVG based
application builds from a clean tmp directory or using rm_work class.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc