From f0dbb0394d364426cd505f30934cc1debde3a9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Feb 2019 14:22:02 +0100 Subject: [PATCH] wesnoth: Fix fetch on multilib builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wonder what was fetched: | File: '/home/superandy/data/Downloads/packets/dl/lib32-wesnoth-1.14.4.tar.bz2' has md5 checksum 04c9e8d23f9fdbe3e6c654a03ed49341 when b6b775109569c59a7aa8d6a7537b8694 was expected Signed-off-by: Andreas Müller --- recipes-games/wesnoth/wesnoth_1.14.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-games/wesnoth/wesnoth_1.14.4.bb b/recipes-games/wesnoth/wesnoth_1.14.4.bb index 7687385..773e3a9 100644 --- a/recipes-games/wesnoth/wesnoth_1.14.4.bb +++ b/recipes-games/wesnoth/wesnoth_1.14.4.bb @@ -9,7 +9,7 @@ DEPENDS = "asio freetype libsdl2-image libsdl2-mixer libsdl2-net libsdl2-ttf zli SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = " \ - ${SOURCEFORGE_MIRROR}/${PN}/${PN}-${SHRT_VER}/${P}/${P}.tar.bz2 \ + ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${SHRT_VER}/${BP}/${BP}.tar.bz2 \ file://0001-Find-sdl-CFLAGS-with-pkg-config-sdl-config-is-not-us.patch \ file://0002-Do-not-do-the-ar-ranlib-configure-dance-it-won-t-wor.patch \ "