summaryrefslogtreecommitdiff
path: root/cxx.morph
diff options
context:
space:
mode:
Diffstat (limited to 'cxx.morph')
-rw-r--r--cxx.morph43
1 files changed, 0 insertions, 43 deletions
diff --git a/cxx.morph b/cxx.morph
deleted file mode 100644
index 61b26b7..0000000
--- a/cxx.morph
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "cxx",
- "description": "A dynamic build of libstdc++ for use at runtime",
- "kind": "stratum",
- "build-depends": [
- {
- "morph": "utility",
- "repo": "baserock:baserock/morphs",
- "ref": "ct/genivi/baseline"
- }
- ],
- "chunks": [
- {
- "name": "binutils",
- "repo": "upstream:binutils-redhat",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "mpfr",
- "repo": "upstream:mpfr",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "mpc",
- "repo": "upstream:mpc",
- "ref": "baserock/morph",
- "build-depends": [
- "mpfr"
- ]
- },
- {
- "name": "cxx-dynamic",
- "repo": "upstream:gcc-tarball",
- "ref": "ct/genivi/morph",
- "build-depends": [
- "mpc",
- "binutils"
- ]
- }
- ]
-}