Hello Jacob, On Wed, Feb 4, 2015 at 3:28 PM, Jacob Kroon <[email protected]> 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
