mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 21:49:32 +02:00
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:
@@ -13,7 +13,6 @@ SECTION = "games"
|
|||||||
DEPENDS = "gtk+ readline bzip2 curl xz"
|
DEPENDS = "gtk+ readline bzip2 curl xz"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
|
|
||||||
file://allow-root.patch \
|
file://allow-root.patch \
|
||||||
file://wait-server-start.patch \
|
file://wait-server-start.patch \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ require freeciv.inc
|
|||||||
|
|
||||||
DEPENDS += "libsdl-mixer"
|
DEPENDS += "libsdl-mixer"
|
||||||
|
|
||||||
|
SRC_URI += "\
|
||||||
|
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
|
||||||
|
"
|
||||||
|
|
||||||
EXTRA_OECONF += "\
|
EXTRA_OECONF += "\
|
||||||
SDL_CONFIG='${STAGING_BINDIR_NATIVE}/pkg-config sdl' \
|
SDL_CONFIG='${STAGING_BINDIR_NATIVE}/pkg-config sdl' \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ SDL2_CONFIG='${STAGING_BINDIR_NATIVE}/pkg-config sdl2' \
|
|||||||
-enable-sdl-mixer=sdl2 \
|
-enable-sdl-mixer=sdl2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SRC_URI += "\
|
||||||
|
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
|
||||||
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "6bbdfa23392ca88fdb0b8f7caca66ddd"
|
SRC_URI[md5sum] = "6bbdfa23392ca88fdb0b8f7caca66ddd"
|
||||||
SRC_URI[sha256sum] = "480b0381c64bf1a9423f2507a75d76bda9bf45c3c3badd30b5bad105e75d805c"
|
SRC_URI[sha256sum] = "480b0381c64bf1a9423f2507a75d76bda9bf45c3c3badd30b5bad105e75d805c"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user