summaryrefslogtreecommitdiff
path: root/strata/core.morph
blob: f6fc240a5b968b55395f8e436f2f7144b46cbdc3 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
name: core
kind: stratum
description: Core components of a Baserock base system that are build tools required
  for the BSP and Foundation strata, but a step above build-essential
build-depends:
- morph: strata/coreutils-common.morph
chunks:
- name: attr
  morph: strata/core/attr.morph
  repo: upstream:attr
  ref: 4b005410f865895d4dcd56e2c135278a7a315877
  unpetrify-ref: v2.4.47
- name: acl
  morph: strata/core/acl.morph
  repo: upstream:acl
  ref: f13e09bd54fd4a501c4952f002ed2752bdd9f93b
  unpetrify-ref: v2.2.52
  build-depends:
  - attr
- name: linux-pam
  morph: strata/core/linux-pam.morph
  repo: upstream:linux-pam
  ref: b1521c97e73b10469f7b34c0571d51c647eca83c
  unpetrify-ref: Linux-PAM-1.1.8
  build-depends:
  - attr
  - acl
- name: libcap2
  morph: strata/core/libcap2.morph
  repo: upstream:libcap2
  ref: 4f7cca1bc9c2a274edb39d351b65747010d3ba7b
  unpetrify-ref: baserock/morph
  build-depends:
  - attr
  - acl
  - linux-pam
- name: shadow
  morph: strata/core/shadow.morph
  repo: upstream:shadow
  ref: bfaa59229d61adb7fa0c570f0d94fd324c6e05aa
  unpetrify-ref: upstream/4.2.1
  build-depends:
  - attr
  - acl
  - linux-pam
  - libcap2
- name: util-linux
  morph: strata/core/util-linux.morph
  repo: upstream:util-linux
  ref: 44338f7fe6a529cef1f206dccd95e7282625c483
  unpetrify-ref: v2.28
  build-depends:
  - linux-pam
  - shadow
- name: e2fsprogs
  morph: strata/core/e2fsprogs.morph
  repo: upstream:e2fsprogs
  ref: 4e52870eeb08ed7532bf4fd3d5cb1538f714bdc8
  unpetrify-ref: v1.43.3
  build-depends:
  - util-linux
- name: libxml2
  repo: upstream:libxml2
  ref: 6657afe83a38278f124ace71dc85f60420beb2d5
  unpetrify-ref: v2.9.3
  build-system: autotools
- name: libxslt
  repo: upstream:libxslt
  ref: 73e08bf7c36a9145d38f51d37e66529b873c011a
  unpetrify-ref: master
  build-system: autotools
  build-depends:
  - libxml2
- name: cmake
  morph: strata/core/cmake.morph
  repo: upstream:cmake
  ref: 732d8a467ab8a295b1bbf580f865980f8a1a9b29
  unpetrify-ref: v3.2.1
- name: cython
  repo: upstream:cython
  ref: 4dd8e762fa51d01775506fbbc102c45dbcea065d
  unpetrify-ref: '0.22'
  build-system: python3-distutils
- name: gperf
  morph: strata/core/gperf.morph
  repo: upstream:gperf
  ref: 5094e4a539adf845111013f82c2c4fcaec637983
  unpetrify-ref: baserock/morph
- name: bc
  repo: upstream:bc-tarball
  ref: 0956d119432ff6a2e85bae1fa336df799cad70b0
  unpetrify-ref: baserock/morph
  build-system: autotools
- name: libseccomp
  repo: upstream:libseccomp
  ref: 7932b4fa24c1add0d7a315de8387d216334fbcf7
  unpetrify-ref: v2.2.3
  build-system: autotools