From 1ca3008de30b87f6cd2718a1f3b0db88dc0ddd15 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: build-essential: Build coreutils here Change-Id: Ie56185d35db355a106a9171930ba7cf272fa7c8f --- strata/build-essential.morph | 17 +++++++++++++++++ strata/build-essential/coreutils-tarball.morph | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 strata/build-essential/coreutils-tarball.morph 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 -- cgit v1.2.1