From ce7075da36c332ab6e4846d11dab4bc011e1eb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 9 Sep 2016 18:27:26 +0100 Subject: Build diffutils-tarball Change-Id: Iee4c2bc7b295e91c6e981052e89cdd873c3df2e5 --- strata/build-essential.morph | 17 +++++++++++++++++ strata/build-essential/diffutils-tarball.morph | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 strata/build-essential/diffutils-tarball.morph diff --git a/strata/build-essential.morph b/strata/build-essential.morph index 9f3831d2..3aee0506 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -477,3 +477,20 @@ chunks: - stage2-make - stage2-reset-specs - glibc + +- name: diffutils-tarball + morph: strata/build-essential/diffutils-tarball.morph + repo: upstream:diffutils-tarball + ref: a3ec215973c3653ebdeb81dcdd1274519c376a3d + unpetrify-ref: diffutils-3.5 + 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/diffutils-tarball.morph b/strata/build-essential/diffutils-tarball.morph new file mode 100644 index 00000000..e122fa80 --- /dev/null +++ b/strata/build-essential/diffutils-tarball.morph @@ -0,0 +1,5 @@ +name: diffutils-tarball +kind: chunk +build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" --disable-nls -- cgit v1.2.1