summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-05-22 13:27:16 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2013-05-22 13:27:16 +0100
commit34bd97d75cfc3d793cd175a8d34cb9463ebab7c3 (patch)
tree35bae94ef0cd3b3570c563f8995d27682e5dae23
parented91f9c71f63e275d622c3bac08e53149906a55a (diff)
downloadmorphs-34bd97d75cfc3d793cd175a8d34cb9463ebab7c3.tar.gz
Fix erroneous references to dev branch
morph merge wasn't smart enough to correct these references.
-rw-r--r--bsp-x86_64-generic.morph2
-rw-r--r--core.morph2
-rw-r--r--foundation.morph2
3 files changed, 3 insertions, 3 deletions
diff --git a/bsp-x86_64-generic.morph b/bsp-x86_64-generic.morph
index 50f3c74..b984a13 100644
--- a/bsp-x86_64-generic.morph
+++ b/bsp-x86_64-generic.morph
@@ -5,7 +5,7 @@
"build-depends": [
{
"repo": "baserock:baserock/morphs",
- "ref": "baserock/richardmaw/build-essential-changes-merge",
+ "ref": "master",
"morph": "core"
}
],
diff --git a/core.morph b/core.morph
index 83cb956..30dc161 100644
--- a/core.morph
+++ b/core.morph
@@ -5,7 +5,7 @@
"build-depends": [
{
"repo": "baserock:baserock/morphs",
- "ref": "baserock/richardmaw/build-essential-changes-merge",
+ "ref": "master",
"morph": "build-essential"
}
],
diff --git a/foundation.morph b/foundation.morph
index e22ad46..0e2a803 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -5,7 +5,7 @@
"build-depends": [
{
"repo": "baserock:baserock/morphs",
- "ref": "baserock/richardmaw/build-essential-changes-merge",
+ "ref": "master",
"morph": "core"
}
],