diff options
author | Ross Burton <ross.burton@intel.com> | 2014-04-01 17:23:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-01 23:39:14 +0100 |
commit | 41f2f8ee89c372a09c0a207e1552adbd77e27e01 (patch) | |
tree | c9fe103a6ef1f7ce89e515e2ddedf51b9b3a06c3 /meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb | |
parent | a684808899899e88a869639ebda114a86c7358cb (diff) | |
download | poky-41f2f8ee89c372a09c0a207e1552adbd77e27e01.tar.gz |
gdk-pixbuf: add an option so that loader errors are fatal
So that gdk-pixbuf-query-loader failures can be identified as such (and executed
later, or run on the target) add a magic environment variable return loader
failures from main().
(From OE-Core rev: 8995c2cbb7a08c569d3e554b65f2bc3cc1682e2a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb index 85a7b439de..50e54d8eab 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb | |||
@@ -18,6 +18,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
18 | file://extending-libinstall-dependencies.patch \ | 18 | file://extending-libinstall-dependencies.patch \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | file://tests-check.patch \ | 20 | file://tests-check.patch \ |
21 | file://fatal-loader.patch \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | SRC_URI[md5sum] = "81161cc895eb43afd9ae7354b87e2261" | 24 | SRC_URI[md5sum] = "81161cc895eb43afd9ae7354b87e2261" |