summaryrefslogtreecommitdiff
path: root/strata/coreutils-common.morph
blob: 408798dcb0ee562844a3ec919bef230d620c6fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: coreutils-common
kind: stratum
description: |
  We need to split this so we can build stuff using coreutils but we can not
  having it in the final systems (for example in genivi ones that do not
  accept GPLv3 code)
build-depends:
- morph: strata/core.morph
chunks:
- name: rsync
  repo: upstream:rsync
  ref: 7cb0de6326c915a72253fd103dae93308031ec3f
  unpetrify-ref: v3.1.1
  build-depends: []
- name: coreutils
  morph: strata/coreutils-common/coreutils.morph
  repo: upstream:coreutils
  ref: 9df9643842e4b4d8ece710fe6105f32fa38a0d22
  unpetrify-ref: baserock/8.23
  build-depends:
  - rsync
- name: sed
  morph: strata/coreutils-common/sed.morph
  repo: upstream:sed
  ref: ed4b1d7c04f92b330b940d4f0d02cd51d2473ce9
  unpetrify-ref: baserock/morph
  build-depends:
  - coreutils
  - rsync
- name: diff
  morph: strata/coreutils-common/diff.morph
  repo: upstream:diffutils
  ref: bd86eb1a1e87ab85a7c8dbb658fa829ce69c252e
  unpetrify-ref: baserock/v3.3
  build-depends:
  - coreutils
  - rsync