[meta-freescale] [meta-fsl-arm][PATCH 2/2] gpu-viv-bin-mx6q: Fix libOpenVG link when building for mx6sl

Otavio Salvador otavio at ossystems.com.br
Thu Sep 4 18:17:43 PDT 2014


On Thu, Sep 4, 2014 at 10:08 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> The ab83159 (gpu-viv-bin-mx6q: Include sololite changes to remove 3D
> 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.2d.so
> | ibOpenVG.so -> .../tmp/work/.../image/usr/lib/libOpenVG.2d.so
> `----
>
> While the expected is:
>
> ,----
> | libOpenVG.2d.so
> | libOpenVG.so -> libOpenVG.2d.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 at ossystems.com.br>

I updated the log to the 3.10.17 link name, so now it looks:

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Sep 4 21:05:06 2014 -0300

    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 at ossystems.com.br>

The issue I found while testing 3.10.31 but it ended being found in
3.10.17, in master, as well.

So I fixed master here, and I rebased 3.10.31 patches on top of it.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list