From c30c43fcb6c65791ad5129e9e32844d0be47d10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 15 Mar 2019 21:02:03 +0100 Subject: [PATCH] wesnoth: upgrade 1.14.4 -> 1.14.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes build with boost 1.69.0: | <...>/wesnoth-1.14.4/src/units/frame.cpp:775:103: error: cannot convert 'boost::logic::tribool' to 'const bool' i Signed-off-by: Andreas Müller --- .../wesnoth/{wesnoth_1.14.4.bb => wesnoth_1.14.6.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename recipes-games/wesnoth/{wesnoth_1.14.4.bb => wesnoth_1.14.6.bb} (97%) diff --git a/recipes-games/wesnoth/wesnoth_1.14.4.bb b/recipes-games/wesnoth/wesnoth_1.14.6.bb similarity index 97% rename from recipes-games/wesnoth/wesnoth_1.14.4.bb rename to recipes-games/wesnoth/wesnoth_1.14.6.bb index 773e3a9..76e3275 100644 --- a/recipes-games/wesnoth/wesnoth_1.14.4.bb +++ b/recipes-games/wesnoth/wesnoth_1.14.6.bb @@ -13,6 +13,8 @@ SRC_URI = " \ 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 \ " +SRC_URI[md5sum] = "4038b0d223dc03ebe0581a802cc41c0d" +SRC_URI[sha256sum] = "45d2a05320e145b0b1bc9d16d68391945a98375c910a0ea7720e613bf867832b" ARM_INSTRUCTION_SET = "arm" @@ -184,6 +186,3 @@ FILES_${PN}-utbs = "\ ${datadir}/wesnoth/data/campaigns/Under_the_Burning_Suns \ ${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-utbs.mo \ " - -SRC_URI[md5sum] = "b6b775109569c59a7aa8d6a7537b8694" -SRC_URI[sha256sum] = "312dcd1d5f07eb85fdbe932c0e8727e2985bce0bd521a743f7bcddded15581c3"