summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/build-essential.morph17
-rw-r--r--strata/build-essential/coreutils-tarball.morph5
2 files changed, 22 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index e9673d17..f7ca7ae6 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -409,3 +409,20 @@ chunks:
- stage2-make
- stage2-reset-specs
- glibc
+
+- name: coreutils-tarball
+ morph: strata/build-essential/coreutils-tarball.morph
+ repo: upstream:coreutils-tarball
+ ref: cbf5993c43f49281173f185863577d86bfac6eae
+ unpetrify-ref: coreutils-6.9
+ build-depends:
+ - stage2-binutils
+ - stage2-busybox
+ - stage2-glibc
+ - stage2-fhs-dirs
+ - stage2-gawk
+ - stage2-gcc
+ - stage2-linux-api-headers
+ - stage2-make
+ - stage2-reset-specs
+ - glibc
diff --git a/strata/build-essential/coreutils-tarball.morph b/strata/build-essential/coreutils-tarball.morph
new file mode 100644
index 00000000..a4ee5827
--- /dev/null
+++ b/strata/build-essential/coreutils-tarball.morph
@@ -0,0 +1,5 @@
+name: coreutils-tarball
+kind: chunk
+build-system: autotools
+configure-commands:
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls