summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-19 12:02:53 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-19 12:02:53 +0000
commit011630bd85baef3e574d322fc1530524a82fe577 (patch)
tree2a246ddbddb89e78a8b8bad5062f2c1d784a81fb
parent7cff09f8ff91bff3f5cbb5c10ec21eb86e6ce2fa (diff)
downloadmorphs-011630bd85baef3e574d322fc1530524a82fe577.tar.gz
bootstrap-pass1.morph: add git depends
git needs openssl, curl, python and libexpat
-rw-r--r--bootstrap-pass1.morph28
1 files changed, 26 insertions, 2 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
index 3837fc6..2aa6cbc 100644
--- a/bootstrap-pass1.morph
+++ b/bootstrap-pass1.morph
@@ -135,12 +135,36 @@
{
"repo": "cliapp",
"ref": "baserock/morph",
- "name": "cliapp"
+ "name": "cliapp",
+ "build-depends": [
+ "python"
+ ]
+ },
+ {
+ "name": "openssl",
+ "ref": "baserock/morph"
+ },
+ {
+ "name": "curl",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "openssl"
+ ]
+ },
+ {
+ "name": "libexpat",
+ "ref": "baserock/morph"
},
{
"repo": "git",
"ref": "baserock/morph",
- "name": "git"
+ "name": "git",
+ "build-depends": [
+ "python",
+ "libexpat",
+ "curl",
+ "openssl"
+ ]
}
]
}