On Fri, Jul 26, 2013 at 11:15 AM, Eric Nelson <[email protected]> wrote: > On 07/26/2013 02:54 AM, Philip Craig wrote: >> See lines 152 and 153 of gpu-viv-bin-mx6q.inc. If something needs >> libEGL.so then this probably needs to be changed to how libgles and >> libgles2 are done. It would be nice to document exactly where the >> dependency is though so that we know when we can remove the hack once >> it is fixed. >> > > Seeing and understanding are completely different things ;) > > I'm reading this to mean that this clause translates to > libEGL.so: > libEGL${SOLIBSDEV} > > I'm also unclear on whether simply moving that clause to > FILES_libegl-mx6 is the right thing to do.
The point is the binaries are wrong; the .so files shouldn't be used at runtime but just at linking time. So we can /workaround/ it and include another FIXME comment for it. To add this to the package, we'll also need to add an INSANE_SKIP for it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://projetos.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
