summaryrefslogtreecommitdiff
path: root/genivi-foundation.morph
blob: 8f2cf52cb5cfd8111da29d44f418e06d90d755b1 (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
{
    "name": "genivi-foundation",
    "description": "Basic components needed by the GENIVI baseline.",
    "kind": "stratum",
    "build-depends": [
        {
            "morph": "core",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/release/baserock-7"
        },
        {
            "morph": "foundation",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/release/baserock-7"
        }
    ],
    "chunks": [
        {
            "name": "dbus-glib",
            "repo": "upstream:dbus-glib",
            "ref": "ee85b071fb51efb9f9a48d4a658cbefefd14544a",
            "build-depends": [],
            "unpetrify-ref": "baserock/morph"
        },
        {
            "name": "fuse",
            "repo": "upstream:fuse",
            "ref": "13ee8f62d4aa3360adb6956fb30da0c858928fa2",
            "build-depends": [],
            "unpetrify-ref": "baserock/genivi/morph"
        },
        {
            "name": "gmp",
            "repo": "upstream:gmp",
            "ref": "466552453f0338142772f9c19abf7902b8d8c1d7",
            "build-depends": [],
            "unpetrify-ref": "baserock/morph"
        },
        {
            "name": "linuxquota",
            "repo": "upstream:linuxquota",
            "ref": "0804c89a16736533e440771dc42a15e5d0223902",
            "build-depends": [],
            "unpetrify-ref": "baserock/genivi/morph"
        },
        {
            "name": "nettle",
            "repo": "upstream:nettle",
            "ref": "d443db6fb40d446e90761a036c19d2f7ef48542e",
            "build-depends": [
                "gmp"
            ],
            "unpetrify-ref": "baserock/morph"
        },
        {
            "name": "gnutls",
            "repo": "upstream:gnutls",
            "ref": "206e9418d1c0403cce940baf9ce762c9e7a9b0d9",
            "build-depends": [
                "nettle"
            ],
            "unpetrify-ref": "baserock/morph"
        }
    ]
}