gdk-pixbuf: Fix libpng determinism issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Apr 2013 10:25:19 +0000 (11:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Apr 2013 22:49:28 +0000 (23:49 +0100)
commit81afed1c01bdf942e70a8dd62b549b19bf1e184b
treebee98e7e93b505e583debb41313fbd3673790fec
parenteae9a7525f5c70873ffadf99a7c8ef9a4d42c5e1
gdk-pixbuf: Fix libpng determinism issues

We now have libpng 1.6. If we build libpng12 as well as libpng 1.6, the 1.2
version gets preferred which is not desirable and does not give deterministic builds.

We really do want to use libpng since the item in DEPENDS will provide this so
manipulate the search list so the one we DEPEND on gets chosen. This was the cause of a
recent autobuilder failure.

(From OE-Core rev: ce1d262ea36da9a9fdeeefc0ddc69833801d4d2d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.26.5/pngversion.patch [new file with mode: 0644]
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bb