glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until they
authorGraeme Gregory <dp@xora.org.uk>
Fri, 31 Mar 2006 14:43:38 +0000 (14:43 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 31 Mar 2006 14:43:38 +0000 (14:43 +0000)
play nice with our apps.

packages/glib-2.0/glib-2.0_2.10.1.bb
packages/pango/pango_1.12.0.bb

index 1c887e0..fb47651 100644 (file)
@@ -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"
 
index e06e659..08aa64b 100644 (file)
@@ -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"