From 832d15bfd232af46952c6ef18d6ae5cd0a7d19ae Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 9 Jul 2026 15:44:01 +0300 Subject: [PATCH] fix: add remaining symlinks (redoxfs, relibc) for submodule resolution --- recipes/core/base/relibc | 1 + recipes/core/bootloader/redoxfs | 1 + recipes/core/installer/redoxfs | 1 + recipes/core/userutils/relibc | 1 + 4 files changed, 4 insertions(+) create mode 120000 recipes/core/base/relibc create mode 120000 recipes/core/bootloader/redoxfs create mode 120000 recipes/core/installer/redoxfs create mode 120000 recipes/core/userutils/relibc diff --git a/recipes/core/base/relibc b/recipes/core/base/relibc new file mode 120000 index 0000000000..956bd85bb8 --- /dev/null +++ b/recipes/core/base/relibc @@ -0,0 +1 @@ +../../../local/sources/relibc \ No newline at end of file diff --git a/recipes/core/bootloader/redoxfs b/recipes/core/bootloader/redoxfs new file mode 120000 index 0000000000..27eefcec30 --- /dev/null +++ b/recipes/core/bootloader/redoxfs @@ -0,0 +1 @@ +../../../local/sources/redoxfs \ No newline at end of file diff --git a/recipes/core/installer/redoxfs b/recipes/core/installer/redoxfs new file mode 120000 index 0000000000..27eefcec30 --- /dev/null +++ b/recipes/core/installer/redoxfs @@ -0,0 +1 @@ +../../../local/sources/redoxfs \ No newline at end of file diff --git a/recipes/core/userutils/relibc b/recipes/core/userutils/relibc new file mode 120000 index 0000000000..956bd85bb8 --- /dev/null +++ b/recipes/core/userutils/relibc @@ -0,0 +1 @@ +../../../local/sources/relibc \ No newline at end of file