[meta-freescale] imx-gpu-viv_5.0.11.p4.1-hfp: the apitrace utility links with X11 libraries

Otavio Salvador otavio at ossystems.com.br
Wed Feb 4 09:41:38 PST 2015


Hello Jacob,

On Wed, Feb 4, 2015 at 3:28 PM, Jacob Kroon <jacob.kroon at gmail.com> wrote:
...> FWIW, I have this small change in my queue for meta-fsl-arm, in
order to get
> rid of the warning:
>
> --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
> +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
> @@ -202,6 +202,12 @@ do_install () {
>          rm ${D}${libdir}/libGL.*
>      fi
>
> +    # skip packaging X11 specific tools if no X11 support is requested
> +    if [ "${USE_X11}" = "no" ]; then
> +        rm ${D}${bindir}/glretrace
> +        rm ${D}${bindir}/eglretrace
> +    fi
> +
>      # skip packaging wayland libraries if no support is requested
>      if [ "${USE_WL}" = "no" ]; then
>          rm ${D}${libdir}/libgc_wayland_protocol.*

Can you prepare a formal patch?

-- 
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