summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-08 17:37:14 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-08 18:09:14 +0100
commit1ca3008de30b87f6cd2718a1f3b0db88dc0ddd15 (patch)
tree2f536bba5a3f96df20da0f78e1345de6da3ca3c0
parentcbfd0431a728e866a227dc1a01fe65059a469d4c (diff)
downloaddefinitions-1ca3008de30b87f6cd2718a1f3b0db88dc0ddd15.tar.gz
build-essential: Build coreutils here
Change-Id: Ie56185d35db355a106a9171930ba7cf272fa7c8f
-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