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 +}