freeciv: Move package source uri to individual version recipes

This will allow different uri to be used in different recipes.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2016-05-07 01:20:02 +03:00
parent 3e297204a3
commit 888a9e1663
3 changed files with 8 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ SECTION = "games"
DEPENDS = "gtk+ readline bzip2 curl xz"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
file://allow-root.patch \
file://wait-server-start.patch \
"

View File

@@ -4,6 +4,10 @@ require freeciv.inc
DEPENDS += "libsdl-mixer"
SRC_URI += "\
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
"
EXTRA_OECONF += "\
SDL_CONFIG='${STAGING_BINDIR_NATIVE}/pkg-config sdl' \
"

View File

@@ -12,6 +12,10 @@ SDL2_CONFIG='${STAGING_BINDIR_NATIVE}/pkg-config sdl2' \
-enable-sdl-mixer=sdl2 \
"
SRC_URI += "\
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
"
SRC_URI[md5sum] = "6bbdfa23392ca88fdb0b8f7caca66ddd"
SRC_URI[sha256sum] = "480b0381c64bf1a9423f2507a75d76bda9bf45c3c3badd30b5bad105e75d805c"