From ad507618ca0f888b45763c286dae033873cac468 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 17 Apr 2009 13:06:09 -0700 Subject: mingw-gcc, mingw-runtime, mingw-w32api: Fix DEFAULT_PREFERENCES to be correct We want a default of -1 (not 0) and 1 for "mingw32" so that the default list of overrides will catch and use them. --- recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb') diff --git a/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb b/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb index 22f91703ee..fd45e9f022 100644 --- a/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb +++ b/recipes/gcc/mingw-gcc_3.4.5-20060117-2.bb @@ -4,8 +4,8 @@ HOMEPAGE = "http://www.mingw.org/" SECTION = "devel" LICENSE = "GPL" -DEFAULT_PREFERENCE = "0" -DEFAULT_PREFERENCE_sdk-mingw32 = "1" +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_mingw32 = "1" inherit autotools gettext -- cgit 1.2.3-korg