fix: add symlinks for all submodule recipe dirs to resolve sibling fork deps

All submodules (kernel, bootloader, redoxfs, userutils, installer, base)
use path = '../libredox', '../syscall', '../redox-scheme' to reference
sibling forks. When the cookbook copies these to recipes/core/<name>/source/,
Cargo resolves the relative paths from the copy location, not the symlink
target. Added symlinks at the recipe level so all resolutions go through
the same path: recipes/core/<name>/<dep> → local/sources/<dep>.
This commit is contained in:
2026-07-09 15:42:51 +03:00
parent a0ce684255
commit 35a9253559
15 changed files with 15 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../../../local/sources/libredox
+1
View File
@@ -0,0 +1 @@
../../../local/sources/redox-scheme
+1
View File
@@ -0,0 +1 @@
../../../local/sources/syscall
+1
View File
@@ -0,0 +1 @@
../../../local/sources/libredox
+1
View File
@@ -0,0 +1 @@
../../../local/sources/redox-scheme
+1
View File
@@ -0,0 +1 @@
../../../local/sources/syscall
+1
View File
@@ -0,0 +1 @@
../../../local/sources/libredox
+1
View File
@@ -0,0 +1 @@
../../../local/sources/redox-scheme
+1
View File
@@ -0,0 +1 @@
../../../local/sources/syscall
+1
View File
@@ -0,0 +1 @@
../../../local/sources/libredox
+1
View File
@@ -0,0 +1 @@
../../../local/sources/redox-scheme
+1
View File
@@ -0,0 +1 @@
../../../local/sources/syscall
+1
View File
@@ -0,0 +1 @@
../../../local/sources/libredox
+1
View File
@@ -0,0 +1 @@
../../../local/sources/redox-scheme
+1
View File
@@ -0,0 +1 @@
../../../local/sources/syscall