Skip to content

Commit f83ae46

Browse files
authored
Merge pull request #286 from admlck/coreutils-l4re-os-id
core::coreutils: Add L4Re OS ID
2 parents b79927c + f9a0a38 commit f83ae46

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

recipes/core/coreutils.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ 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
2224
2325
buildScript: |
2426
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)