summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel.morph18
1 files changed, 11 insertions, 7 deletions
diff --git a/devel.morph b/devel.morph
index 9296258e..b613fa6f 100644
--- a/devel.morph
+++ b/devel.morph
@@ -2,6 +2,14 @@
"name": "devel",
"kind": "stratum",
"sources": {
+ "autoconf": {
+ "repo": "autoconf",
+ "ref": "baserock"
+ },
+ "automake": {
+ "repo": "automake",
+ "ref": "baserock"
+ },
"binutils": {
"repo": "binutils",
"ref": "baserock"
@@ -10,17 +18,13 @@
"repo": "gawk",
"ref": "baserock"
},
- "autoconf": {
- "repo": "autoconf",
+ "make": {
+ "repo": "make",
"ref": "baserock"
},
- "automake": {
+ "parted": {
"repo": "automake",
"ref": "baserock"
- },
- "make": {
- "repo": "make",
- "ref": "baserock"
}
}
}