summaryrefslogtreecommitdiff
path: root/scripting.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-28 16:32:22 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-28 18:43:08 +0100
commit66fb2d4850d2d9d9d0caac5423bc3f29522e7eef (patch)
tree569340ff1d7ade8dff410f7ee9d8c14b644138be /scripting.morph
parenta3123217331416edb8b4c893ec4fa5b1609aec7f (diff)
downloadmorphs-66fb2d4850d2d9d9d0caac5423bc3f29522e7eef.tar.gz
Add explicit build dependencies everywhere
For the bootstrap strata, I did not even try to get them optimal. I merely added the implicit ones into an explicit least for those chunk sources that were missing them.
Diffstat (limited to 'scripting.morph')
-rw-r--r--scripting.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripting.morph b/scripting.morph
index 4dd2a18..ed97c30 100644
--- a/scripting.morph
+++ b/scripting.morph
@@ -6,7 +6,8 @@
{
"name": "lua",
"repo": "upstream:lua",
- "ref": "baserock/5.1-morph"
+ "ref": "baserock/5.1-morph",
+ "build-depends": []
}
]
}