diff --git a/recipes/tests/os-test-bins/recipe.toml b/recipes/tests/os-test-bins/recipe.toml index e2816674c..10ab2b04a 100644 --- a/recipes/tests/os-test-bins/recipe.toml +++ b/recipes/tests/os-test-bins/recipe.toml @@ -2,6 +2,11 @@ same_as = "../os-test" [build] +dependencies = [ + "gettext", + "libarchive", + "libiconv", +] template = "custom" script = """ DYNAMIC_INIT @@ -46,6 +51,7 @@ echo "Ensuring outputs are newer than sources and executables" find out -type f -exec touch '{}' ';' make test +make html EOF chmod +x "${COOKBOOK_STAGE}/usr/bin/os-test-runner" """