From: Graeme Gregory Date: Fri, 31 Mar 2006 14:43:38 +0000 (+0000) Subject: glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until they X-Git-Tag: Release-2010-05/1~9453^2~2102^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e5e10ff214dd932c4203d31012eaee5776ed78;p=openembedded.git glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until they play nice with our apps. --- diff --git a/packages/glib-2.0/glib-2.0_2.10.1.bb b/packages/glib-2.0/glib-2.0_2.10.1.bb index 1c887e0206..fb47651f0c 100644 --- a/packages/glib-2.0/glib-2.0_2.10.1.bb +++ b/packages/glib-2.0/glib-2.0_2.10.1.bb @@ -16,6 +16,8 @@ FILES_glib-2.0-utils = "${bindir}/*" EXTRA_OECONF = "--disable-debug" +DEFAULT_PREFERENCE="-1" + SRC_URI = "http://download.gnome.org/sources/glib/2.10//glib-${PV}.tar.bz2 \ file://glibconfig-sysdefs.h" diff --git a/packages/pango/pango_1.12.0.bb b/packages/pango/pango_1.12.0.bb index e06e659b7b..08aa64b6a2 100644 --- a/packages/pango/pango_1.12.0.bb +++ b/packages/pango/pango_1.12.0.bb @@ -15,6 +15,8 @@ SRC_URI = "http://download.gnome.org/sources/pango/1.12/pango-${PV}.tar.bz2 \ inherit autotools pkgconfig +DEFAULT_PREFERENCE="-1" + EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug"