freeciv: Move common download URL to freeciv.inc

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2014-07-20 00:36:59 +03:00
parent 4504d30c35
commit 6cce89cdba
3 changed files with 1 additions and 4 deletions

View File

@@ -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 \
"

View File

@@ -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"

View File

@@ -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"