From 6cce89cdba183891bc46e3b83a418817bd963243 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 20 Jul 2014 00:36:59 +0300 Subject: [PATCH] freeciv: Move common download URL to freeciv.inc Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 1 + recipes-games/freeciv/freeciv_2.3.5.bb | 2 -- recipes-games/freeciv/freeciv_2.4.2.bb | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index 4779138..2d28e4a 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -13,6 +13,7 @@ SECTION = "games" DEPENDS = "gtk+ readline libsdl-mixer" SRC_URI = "\ +${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \ file://allow-root.patch \ file://wait-server-start.patch \ " diff --git a/recipes-games/freeciv/freeciv_2.3.5.bb b/recipes-games/freeciv/freeciv_2.3.5.bb index 21ed850..45b7cc0 100644 --- a/recipes-games/freeciv/freeciv_2.3.5.bb +++ b/recipes-games/freeciv/freeciv_2.3.5.bb @@ -2,7 +2,5 @@ FREECIV_GUI = "gtk2" require freeciv.inc -SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2" - SRC_URI[md5sum] = "a5483c9e4ffa62dd17b54404fe06ceb0" SRC_URI[sha256sum] = "f1537787f505b6aa94e99185879e235ad3a778e6bbdef830d256dbbb67384de6" diff --git a/recipes-games/freeciv/freeciv_2.4.2.bb b/recipes-games/freeciv/freeciv_2.4.2.bb index 9563a83..83094f1 100644 --- a/recipes-games/freeciv/freeciv_2.4.2.bb +++ b/recipes-games/freeciv/freeciv_2.4.2.bb @@ -6,8 +6,6 @@ DEFAULT_PREFERENCE = "-1" DEPENDS += "curl" -SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2" - EXTRA_OECONF += "--disable-mapimg" SRC_URI[md5sum] = "4bf03bbe7084d3e23739f1e5b2ccc529"