From f781eb37f8e9c8b4e0c7b5b651c4fec6c993961b Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 13 Aug 2014 19:26:45 +0300 Subject: [PATCH] freeciv: make 2.4 version the default one Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv_2.4.3.bb | 2 -- recipes-games/freeciv/freeciv_2.5.0-beta1.bb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-games/freeciv/freeciv_2.4.3.bb b/recipes-games/freeciv/freeciv_2.4.3.bb index a209b16..70745fe 100644 --- a/recipes-games/freeciv/freeciv_2.4.3.bb +++ b/recipes-games/freeciv/freeciv_2.4.3.bb @@ -2,8 +2,6 @@ FREECIV_GUI = "gtk2" require freeciv.inc -DEFAULT_PREFERENCE = "-1" - DEPENDS += "curl xz" EXTRA_OECONF += "--disable-mapimg" diff --git a/recipes-games/freeciv/freeciv_2.5.0-beta1.bb b/recipes-games/freeciv/freeciv_2.5.0-beta1.bb index d6032f1..3e170f4 100644 --- a/recipes-games/freeciv/freeciv_2.5.0-beta1.bb +++ b/recipes-games/freeciv/freeciv_2.5.0-beta1.bb @@ -2,7 +2,7 @@ FREECIV_GUI = "gtk2,gtk3" require freeciv.inc -DEFAULT_PREFERENCE = "-2" +DEFAULT_PREFERENCE = "-1" DEPENDS += "curl gtk+3 xz"