summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-01-16 13:31:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-19 16:32:07 +0000
commit49eaa0fcff4a91c17fd41d61321f0c3e8b2c91dc (patch)
tree06da87043def3ff057cc0942a66af5c809187daa /meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
parent6dcc4e7ded0910916e145e548045734ae2675639 (diff)
downloadpoky-49eaa0fcff4a91c17fd41d61321f0c3e8b2c91dc.tar.gz
glib-2.0: fix the dbus-appinfo test when running outside of X
This test was attempting to connect to a session bus and hanging if it couldn't. Take a patch from upstream to correctly use a private bus. [ YOCTO #5696 ] (From OE-Core rev: 12e30b653899567312a7ec29b6e972c85ba8e25e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
index 02730f17ea..a5bfc707b3 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
@@ -11,6 +11,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
11 file://glib-2.0-configure-readlink.patch \ 11 file://glib-2.0-configure-readlink.patch \
12 file://run-ptest \ 12 file://run-ptest \
13 file://0001-gio-Fix-Werror-format-string-errors-from-mismatched-.patch \ 13 file://0001-gio-Fix-Werror-format-string-errors-from-mismatched-.patch \
14 file://ptest-dbus.patch \
14 " 15 "
15 16
16SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" 17SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"