From fe9e3f956703842d10441abc4183df404508f346 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 29 Dec 2025 11:55:52 -0700 Subject: [PATCH] openttd: use rev instead of branch to workaround fetch issue --- recipes/games/openttd/recipe.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/games/openttd/recipe.toml b/recipes/games/openttd/recipe.toml index e419e5495..a3b352457 100644 --- a/recipes/games/openttd/recipe.toml +++ b/recipes/games/openttd/recipe.toml @@ -1,6 +1,7 @@ [source] git = "https://github.com/OpenTTD/OpenTTD.git" -branch = "release/1.8" +#TODO: fix issues with this: branch = "release/1.8" +rev = "231402fb4bea0a0d6a16cef90764d9e7aa699c53" shallow_clone = true patches = ["redox.patch"] @@ -41,4 +42,4 @@ if [ -d "${COOKBOOK_STAGE}/usr/bin" ] then find "${COOKBOOK_STAGE}/usr/bin" -type f -exec "${TARGET}-strip" -v {} ';' fi -""" \ No newline at end of file +"""