From 068e48799627d506c41c3f523267111728641384 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 9 Jun 2021 23:12:12 +0200 Subject: [PATCH] Clone version 0.1.2.1 because of dependencies in Debian Sid --- src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh b/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh index c576616..c327537 100644 --- a/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh +++ b/src/recipes/default/hook/data/overlay/root/scripts/32.cage.sh @@ -1,7 +1,7 @@ name="Cage" patches_dir=0 clone_directory="cage" -clone_command="git clone --depth 1 https://github.com/Hjdskes/cage.git" +clone_command="git clone --branch=v0.1.2.1--depth 1 https://github.com/Hjdskes/cage.git" configure_command="meson build" build_command="ninja -C build install"