From 47ba71644d792b068b0cc70fc0949d6d728e9ba2 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 22 May 2015 14:01:03 +0000 Subject: WIP Add `findutils` to tools Busybox's find is not good enough for the OpenStack networking service. Add it to tools so that everyone can benefit of a better find command. --- strata/tools.morph | 5 +++++ strata/tools/findutils.morph | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 strata/tools/findutils.morph diff --git a/strata/tools.morph b/strata/tools.morph index 34927180..8c8d782e 100644 --- a/strata/tools.morph +++ b/strata/tools.morph @@ -90,3 +90,8 @@ chunks: repo: upstream:parted ref: 387e96e6eac59d84e9a688422b4b321ae9beaa20 unpetrify-ref: baserock/v3.2 +- name: findutils + morph: strata/tools/findutils.morph + repo: upstream:findutils + ref: ee6b25541336f9d74624ca814538ddc8c67f0732 + unpetrify-ref: baserock/v4.5.14 diff --git a/strata/tools/findutils.morph b/strata/tools/findutils.morph new file mode 100644 index 00000000..c9ba5ab6 --- /dev/null +++ b/strata/tools/findutils.morph @@ -0,0 +1,5 @@ +name: findutils +kind: chunk +build-system: autotools +pre-configure-commands: +- ./import-gnulib.sh -d gnulib -- cgit v1.2.1