Skip to content

Commit 81b7bce

Browse files
committed
core::coreutils: Add L4Re OS ID
1 parent b79927c commit 81b7bce

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

recipes/core/coreutils.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ checkoutSCM:
1818

1919
checkoutDeterministic: True
2020
checkoutScript: |
21-
patchApplySeries $<@coreutils/*.patch@>
21+
patchApplySeries $<@coreutils/*.patch@>
22+
# prevent Makefile from updating the file because it's older than "configure"
23+
touch doc/stamp-vti
24+
2225
2326
buildScript: |
2427
autotoolsBuild $1 \
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- a/configure 2025-12-06 11:18:47.659006149 +0100
2+
+++ b/configure 2025-12-06 11:18:58.185845210 +0100
3+
@@ -57172,6 +57172,7 @@
4+
mingw* | windows*) os='MinGW';;
5+
lynxos*) os='LynxOS';;
6+
linux*) os='GNU/Linux';;
7+
+ l4re*) os='L4Re';;
8+
hpux*) os='HP-UX';;
9+
hiux*) os='HI-UX';;
10+
gnu*) os='GNU';;

0 commit comments

Comments
 (0)