Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion recipes/core/coreutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ checkoutSCM:

checkoutDeterministic: True
checkoutScript: |
patchApplySeries $<@coreutils/*.patch@>
patchApplySeries $<@coreutils/*.patch@>
# prevent Makefile from updating the file because it's older than "configure"
touch doc/stamp-vti

buildScript: |
autotoolsBuild $1 \
Expand Down
10 changes: 10 additions & 0 deletions recipes/core/coreutils/0003-add-L4Re-os.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/configure 2025-12-06 11:18:47.659006149 +0100
+++ b/configure 2025-12-06 11:18:58.185845210 +0100
@@ -57172,6 +57172,7 @@
mingw* | windows*) os='MinGW';;
lynxos*) os='LynxOS';;
linux*) os='GNU/Linux';;
+ l4re*) os='L4Re';;
hpux*) os='HP-UX';;
hiux*) os='HI-UX';;
gnu*) os='GNU';;