From 1bed0f425260d0a62b7d088d6bfdea49858b457b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 8 Sep 2016 17:37:14 +0100 Subject: Add strata/coreutils-bootstrap.morph Change-Id: Ie56185d35db355a106a9171930ba7cf272fa7c8f --- strata/coreutils-bootstrap.morph | 10 ++++++++++ strata/coreutils-bootstrap/coreutils-tarball.morph | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 strata/coreutils-bootstrap.morph create mode 100644 strata/coreutils-bootstrap/coreutils-tarball.morph 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 -- cgit v1.2.1