On 2 March 2013 19:25, Saul Wold wrote:
> This is because many packages encode the libpng15 information into libtool
> (.la) files, when the sysroot is populated with an older build or sstate
> cache, the libpng15 info remains.
Sounds like another good reason to erase ${libdir}/*.la automatically
On Sat, Mar 02, 2013 at 11:25:21AM -0800, Saul Wold wrote:
>
> While this is a straight forward patch, it causes some problems with
> depender's of libpng, since the library name changes from libpng15 ->
> libpng16 a lot of both -native and target packages fail to compile.
>
> I know in the pas
While this is a straight forward patch, it causes some problems with
depender's of libpng, since the library name changes from libpng15 ->
libpng16 a lot of both -native and target packages fail to compile.
I know in the past we would do a load of PR bumps to all these packages
to address th
Signed-off-by: Andrei Dinu
---
.../libpng/{libpng_1.5.14.bb => libpng_1.6.0.bb} | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-multimedia/libpng/{libpng_1.5.14.bb => libpng_1.6.0.bb}
(50%)
diff --git a/meta/recipes-multimedia/libpng/libpng_1.5.14.bb
b