summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-06 15:43:28 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-09 13:44:13 +0000
commitd4e63dc3b14b8e26781d402efb4bf44063915784 (patch)
tree349c88be771e92b4e114337c787440a908cfa9c2
parenta3ea978375327cdae21ae553945f1be890f17d8f (diff)
downloadmorphs-d4e63dc3b14b8e26781d402efb4bf44063915784.tar.gz
Use eglibc runtime, devel chunks in appropriate places
-rw-r--r--devel.morph6
-rw-r--r--foundation.morph3
2 files changed, 8 insertions, 1 deletions
diff --git a/devel.morph b/devel.morph
index 730150a..5b163ab 100644
--- a/devel.morph
+++ b/devel.morph
@@ -3,6 +3,12 @@
"kind": "stratum",
"sources": [
{
+ "name": "eglibc-runtime",
+ "repo": "eglibc",
+ "morph": "eglibc",
+ "ref": "liw/split-chunk"
+ },
+ {
"name": "zlib",
"ref": "baserock/morph"
},
diff --git a/foundation.morph b/foundation.morph
index e480779..9e74e5c 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -12,7 +12,8 @@
"ref": "baserock/morph"
},
{
- "name": "eglibc",
+ "name": "eglibc-runtime",
+ "morph": "eglibc",
"repo": "eglibc2",
"ref": "baserock/morph"
}