diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-03-31 14:43:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-31 14:43:38 +0000 |
commit | 48e5e10ff214dd932c4203d31012eaee5776ed78 (patch) | |
tree | 3cdb42e53654a2bb0a03a7c0e038de3b7fcb7b51 /packages/glib-2.0/glib-2.0_2.10.1.bb | |
parent | 0ca2ab23170e1117d3f0e36d8d38e11aa6bbf683 (diff) |
glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until they
play nice with our apps.
Diffstat (limited to 'packages/glib-2.0/glib-2.0_2.10.1.bb')
-rw-r--r-- | packages/glib-2.0/glib-2.0_2.10.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |