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 17:40:37 +0100
commit1bed0f425260d0a62b7d088d6bfdea49858b457b (patch)
treec56b7dc6e04b9b9aa0f04da3a04ec10e808a47b0
parenteefaa0bce67e86a1217255021c6fd55a4ec01012 (diff)
downloaddefinitions-1bed0f425260d0a62b7d088d6bfdea49858b457b.tar.gz
Add strata/coreutils-bootstrap.morph
Change-Id: Ie56185d35db355a106a9171930ba7cf272fa7c8f
-rw-r--r--strata/coreutils-bootstrap.morph10
-rw-r--r--strata/coreutils-bootstrap/coreutils-tarball.morph5
2 files changed, 15 insertions, 0 deletions
diff --git a/strata/coreutils-bootstrap.morph b/strata/coreutils-bootstrap.morph
new file mode 100644
index 00000000..773cb76b
--- /dev/null
+++ b/strata/coreutils-bootstrap.morph
@@ -0,0 +1,10 @@
+name: coreutils-bootstrap
+kind: stratum
+build-depends:
+- morph: strata/build-essential.morph
+chunks:
+- name: coreutils-tarball
+ morph: strata/coreutils-tarball/coreutils-tarball.morph
+ repo: upstream:coreutils-tarball
+ ref: cbf5993c43f49281173f185863577d86bfac6eae
+ unpetrify-ref: coreutils-6.9
diff --git a/strata/coreutils-bootstrap/coreutils-tarball.morph b/strata/coreutils-bootstrap/coreutils-tarball.morph
new file mode 100644
index 00000000..a4ee5827
--- /dev/null
+++ b/strata/coreutils-bootstrap/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