diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index 6d4f9d5..8289f53 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -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 \ " diff --git a/recipes-games/freeciv/freeciv_2.4.5.bb b/recipes-games/freeciv/freeciv_2.4.5.bb index 986f50b..7cb5d59 100644 --- a/recipes-games/freeciv/freeciv_2.4.5.bb +++ b/recipes-games/freeciv/freeciv_2.4.5.bb @@ -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' \ " diff --git a/recipes-games/freeciv/freeciv_2.5.3.bb b/recipes-games/freeciv/freeciv_2.5.3.bb index 6fd97c3..7fe9f8a 100644 --- a/recipes-games/freeciv/freeciv_2.5.3.bb +++ b/recipes-games/freeciv/freeciv_2.5.3.bb @@ -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"