]> code.ossystems Code Review - openembedded-core.git/commit
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:43:49 +0000 (23:43 +0100)
commitce1d262ea36da9a9fdeeefc0ddc69833801d4d2d
treede75c1184f5621817d70899f7cc14943f1ea9628
parent6af6df6c6507cae61dbd9d6994ff4162b54df451
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.

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