summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-02 15:09:10 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-02 15:09:10 +0100
commit564a8cbdb235f34b51004bc55431b5939f7b4de6 (patch)
tree904fef2c13158b6f02bab237fd05f30570b833d5
parent69ccc02fe17d979e6989a3edea7dd629154a9f58 (diff)
downloadmorphs-564a8cbdb235f34b51004bc55431b5939f7b4de6.tar.gz
bootstrap-pass2: fix build-depends
Some accidentally had the wrong build-depends, and intltool's were missing.
-rw-r--r--bootstrap-pass2.morph7
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index f0823b2..0b20499 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -26,7 +26,7 @@
"name": "zlib",
"repo": "upstream:zlib",
"ref": "baserock/morph",
- "build-depends": ["zlib"]
+ "build-depends": ["eglibc"]
},
{
"name": "binutils",
@@ -62,7 +62,7 @@
"name": "gperf",
"repo": "upstream:gperf",
"ref": "baserock/morph",
- "build-depends": ["gperf"]
+ "build-depends": ["util-linux"]
},
{
"name": "coreutils",
@@ -187,7 +187,8 @@
{
"name": "intltool",
"repo": "upstream:intltool",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": ["XML-Parser"]
},
{
"name": "gtk-doc-stub",