summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-05-07 11:45:26 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-05-07 11:45:26 +0100
commit5004cfb85a2789a1331850b2f4c29494b6d49aca (patch)
treeb3d48bc0d81895f6bd11ff432095e404261ed4c9
parent84e70fafe2568e5cf606cc700b140f62d371a4f9 (diff)
parent6d0b51531a2db8ceebb78e945c0d0d10b0b8f554 (diff)
downloadmorphs-5004cfb85a2789a1331850b2f4c29494b6d49aca.tar.gz
Merge remote-tracking branch 'origin/master' into baserock/samthursfield/highbank-be
-rw-r--r--core.morph15
-rw-r--r--nfs.morph7
2 files changed, 15 insertions, 7 deletions
diff --git a/core.morph b/core.morph
index 5d94fbf..6914441 100644
--- a/core.morph
+++ b/core.morph
@@ -128,12 +128,19 @@
]
},
{
+ "name": "bzip2",
+ "repo": "upstream:bzip2",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
"name": "cpython",
"repo": "upstream:cpython",
"ref": "baserock/morph-2.7",
"build-depends": [
"openssl",
- "readline"
+ "readline",
+ "bzip2"
]
},
{
@@ -225,12 +232,6 @@
]
},
{
- "name": "bzip2",
- "repo": "upstream:bzip2",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
"name": "gperf",
"repo": "upstream:gperf",
"ref": "baserock/morph",
diff --git a/nfs.morph b/nfs.morph
index ee6744e..4c88658 100644
--- a/nfs.morph
+++ b/nfs.morph
@@ -2,6 +2,13 @@
"name": "nfs",
"kind": "stratum",
"description": "NFS utilities",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "core"
+ }
+ ],
"chunks": [
{
"name": "libevent",