We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79927c commit 81b7bceCopy full SHA for 81b7bce
recipes/core/coreutils.yaml
@@ -18,7 +18,10 @@ checkoutSCM:
18
19
checkoutDeterministic: True
20
checkoutScript: |
21
- patchApplySeries $<@coreutils/*.patch@>
+ patchApplySeries $<@coreutils/*.patch@>
22
+ # prevent Makefile from updating the file because it's older than "configure"
23
+ touch doc/stamp-vti
24
+
25
26
buildScript: |
27
autotoolsBuild $1 \
recipes/core/coreutils/0003-add-L4Re-os.patch
@@ -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