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