summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-01 16:50:46 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-02 11:57:40 +0000
commit7dcdf853608248b03dd8a9ffdaefff3e24b96c40 (patch)
tree0f92f273464cf2619b09fc5fdcd32928c7d1eab6
parenta867a7622804a676063f9474234b3cd93ae033dd (diff)
downloadmorphs-7dcdf853608248b03dd8a9ffdaefff3e24b96c40.tar.gz
foundation.morph: use the new eglibc repo
The new repo has all the branches mirrored, and baserock/morph is based of eglibc 2.13 as 2.14 drops nis and rpc support, which are needed to be able to build nfs.
-rw-r--r--foundation.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/foundation.morph b/foundation.morph
index b04ec94..e480779 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -13,7 +13,8 @@
},
{
"name": "eglibc",
- "ref": "baserock/bootstrap"
+ "repo": "eglibc2",
+ "ref": "baserock/morph"
}
]
}