summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-05 16:22:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-12 13:36:38 +0000
commit35d5e2f67aef361c2ab20ab764142d9f98eed855 (patch)
tree82f4d9c42c91a127bf263e61a1f9c375d8c0c2bb /meta/recipes-core/glib-2.0/glib.inc
parent970aa6dd064b992ad677fd9271d733b3be414af8 (diff)
downloadpoky-35d5e2f67aef361c2ab20ab764142d9f98eed855.tar.gz
glib-2.0: upgrade to latest stable, 2.34.1.
Also explicitly disable the test suite (as we can't run it), subsequently dropping 60_wait-longer-for-threads-to-die.patch and nodbus.patch. nolibelf.patch has been merged upstream, drop. Upstream has dropped the pre-generated man pages, to generate them again we'd need libxslt and the DocBook infrastructure. We can live without the man pages as those build-dependencies are non-trivial. (From OE-Core rev: ce5fcad59fff19dbffc2d7b49c0c8bf3701d17ed) 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.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 586e45ac7f..ed9bed9818 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -25,7 +25,7 @@ inherit autotools gettext gtk-doc pkgconfig
25 25
26S = "${WORKDIR}/glib-${PV}" 26S = "${WORKDIR}/glib-${PV}"
27 27
28CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap" 28CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-modular-tests"
29 29
30EXTRA_OECONF = "--enable-included-printf=no ${CORECONF}" 30EXTRA_OECONF = "--enable-included-printf=no ${CORECONF}"
31EXTRA_OECONF_class-native = "${CORECONF}" 31EXTRA_OECONF_class-native = "${CORECONF}"