From 189b3301519fb29135c962b138b0a8cc96739553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Feb 2015 23:18:28 +0000 Subject: Move rsync to coreutils-common Its needed to build coreutils, sed and diff from git --- strata/coreutils-common.morph | 6 ++++++ strata/coreutils-common/rsync.morph | 6 ++++++ strata/tools.morph | 6 ------ strata/tools/rsync.morph | 6 ------ 4 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 strata/coreutils-common/rsync.morph delete mode 100644 strata/tools/rsync.morph diff --git a/strata/coreutils-common.morph b/strata/coreutils-common.morph index 2051cf50..9f44515b 100644 --- a/strata/coreutils-common.morph +++ b/strata/coreutils-common.morph @@ -7,6 +7,12 @@ description: | build-depends: - morph: strata/core.morph chunks: +- name: rsync + morph: strata/coreutils-common/rsync.morph + repo: upstream:rsync + ref: 7cb0de6326c915a72253fd103dae93308031ec3f + unpetrify-ref: v3.1.1 + build-depends: [] - name: coreutils morph: strata/coreutils-common/coreutils.morph repo: upstream:coreutils diff --git a/strata/coreutils-common/rsync.morph b/strata/coreutils-common/rsync.morph new file mode 100644 index 00000000..9a92878d --- /dev/null +++ b/strata/coreutils-common/rsync.morph @@ -0,0 +1,6 @@ +name: rsync +kind: chunk +build-system: autotools +build-commands: +- make proto +- make diff --git a/strata/tools.morph b/strata/tools.morph index 9dcc2c7b..db267ba9 100644 --- a/strata/tools.morph +++ b/strata/tools.morph @@ -32,12 +32,6 @@ chunks: ref: fffb8558208586338587027c265fd0eca44466be unpetrify-ref: baserock/morph build-depends: [] -- name: rsync - morph: strata/tools/rsync.morph - repo: upstream:rsync - ref: 7cb0de6326c915a72253fd103dae93308031ec3f - unpetrify-ref: v3.1.1 - build-depends: [] - name: strace repo: upstream:strace ref: 6d8c0637e8dd0f65c667af33c612230552419db1 diff --git a/strata/tools/rsync.morph b/strata/tools/rsync.morph deleted file mode 100644 index 9a92878d..00000000 --- a/strata/tools/rsync.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: rsync -kind: chunk -build-system: autotools -build-commands: -- make proto -- make -- cgit v1.2.1