From b9f683325b35e16222471c04d6939a09dab25315 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 9 Jul 2019 20:41:34 +0300 Subject: [PATCH] etr: Upgrade to 0.7.5 Signed-off-by: Marko Lindqvist --- recipes-games/etr/{etr_0.7.4.bb => etr_0.7.5.bb} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename recipes-games/etr/{etr_0.7.4.bb => etr_0.7.5.bb} (67%) diff --git a/recipes-games/etr/etr_0.7.4.bb b/recipes-games/etr/etr_0.7.5.bb similarity index 67% rename from recipes-games/etr/etr_0.7.4.bb rename to recipes-games/etr/etr_0.7.5.bb index dcc2bea..d1ba0e1 100644 --- a/recipes-games/etr/etr_0.7.4.bb +++ b/recipes-games/etr/etr_0.7.5.bb @@ -11,11 +11,15 @@ SRC_URI = " \ file://simple-configure.patch \ " -SRC_URI[md5sum] = "474b26c3642312c153587b59676b2e86" -SRC_URI[sha256sum] = "da9ce3a1b1e56415285163b9ebc67fdb11fca07acd3ab18f793556d996275234" +SRC_URI[md5sum] = "210a9aa0ac6e348b7f4e3141f383e5e0" +SRC_URI[sha256sum] = "4fd39c52a426ba22deb26bcceb807d7eebe7b7d7df578cfd03f10066c218c6d3" DEPENDS = "sfml virtual/libgl libglu" B = "${WORKDIR}/build" inherit autotools + +do_install_append() { + rm -Rf ${D}/${datadir}/appdata +}