summaryrefslogtreecommitdiff
path: root/strata/coreutils-common.morph
blob: c22fcfacb4cd157af06cf02ad9845cd1feb31be9 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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: coreutils
  morph: strata/coreutils-common/coreutils.morph
  repo: upstream:coreutils
  ref: 68f73f23866d6137e9c8d88d86073b33588d7b56
  unpetrify-ref: v8.25
  submodules:
    gnulib:
      url: upstream:gnulib
- name: sed
  morph: strata/coreutils-common/sed.morph
  repo: upstream:sed
  ref: ed4b1d7c04f92b330b940d4f0d02cd51d2473ce9
  unpetrify-ref: baserock/morph
  build-depends:
  - coreutils
  submodules:
    gnulib:
      url: upstream:gnulib
- name: diff
  morph: strata/coreutils-common/diff.morph
  repo: upstream:diffutils
  ref: bd86eb1a1e87ab85a7c8dbb658fa829ce69c252e
  unpetrify-ref: baserock/v3.3
  build-depends:
  - coreutils
  submodules:
    gnulib:
      url: upstream:gnulib
- name: tar
  morph: strata/coreutils-common/tar.morph
  repo: upstream:tar
  ref: 20b55f0679d314568ec21ae6db1ea635494e292b
  unpetrify-ref: baserock/release_1_29
  build-depends:
  - coreutils
  submodules:
    paxutils:
      url: upstream:paxutils
    gnulib:
      url: upstream:gnulib
- name: findutils
  repo: upstream:findutils
  ref: 992a6b62ab8061531dc0ad40325b8e4c222fce66
  unpetrify-ref: v4.6.0
  build-system: autotools
  submodules:
    gnulib:
      url: upstream:gnulib
- name: less
  repo: upstream:less
  ref: 09a405d8f652b56944c93ebf5c673cdfe5319b04
  unpetrify-ref: baserock/morph
  build-system: autotools
- name: jq
  repo: upstream:jq
  ref: a5b5cbefb83935ce95ec62b9cadc8ec73026d33a
  unpetrify-ref: jq-1.5
  build-system: autotools