diff options
author | Ross Burton <ross.burton@intel.com> | 2014-04-01 17:23:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-01 23:39:14 +0100 |
commit | 1eae7d2503cb1d50baf3554361e5c8287a0a6ed9 (patch) | |
tree | c8b91e32d147b484e952f65d245d8baa1ecc4133 /scripts/postinst-intercepts | |
parent | 41f2f8ee89c372a09c0a207e1552adbd77e27e01 (diff) | |
download | poky-1eae7d2503cb1d50baf3554361e5c8287a0a6ed9.tar.gz |
gdk-pixbuf: pass GDK_PIXBUF_FATAL_LOADER where relevant
Pass GDK_PIXBUF_FATAL_LOADER to the sstate postinst and intercept so that any
problems are flagged as errors instead of being silently ignored.
(From OE-Core rev: 0a97b1571821848af11d8651c7145ed9592f9e31)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/postinst-intercepts')
-rw-r--r-- | scripts/postinst-intercepts/update_pixbuf_cache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/postinst-intercepts/update_pixbuf_cache b/scripts/postinst-intercepts/update_pixbuf_cache index 3f937738a1..95bf4f90a3 100644 --- a/scripts/postinst-intercepts/update_pixbuf_cache +++ b/scripts/postinst-intercepts/update_pixbuf_cache | |||
@@ -1,6 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | export GDK_PIXBUF_MODULEDIR=$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders | 3 | export GDK_PIXBUF_MODULEDIR=$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders |
4 | export GDK_PIXBUF_FATAL_LOADER=1 | ||
4 | 5 | ||
5 | PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\ | 6 | PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\ |
6 | $D${bindir}/gdk-pixbuf-query-loaders \ | 7 | $D${bindir}/gdk-pixbuf-query-loaders \ |