diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-01-28 17:03:07 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-01-28 17:03:07 +0000 |
commit | 9011451e2335f0fb153ef73ee7ab3e7e0d464904 (patch) | |
tree | ce4fe0acb0abab13db1ec8e22f8ac9d80919c5c3 /base-system-armv7-versatile.morph | |
parent | 03432c2c33523965aadfe06c28c531b2cfe016ff (diff) | |
download | definitions-9011451e2335f0fb153ef73ee7ab3e7e0d464904.tar.gz |
Fix refs to be correct, instead of to Sam's branch
I failed to do this when merging. Mea culpa.
Diffstat (limited to 'base-system-armv7-versatile.morph')
-rw-r--r-- | base-system-armv7-versatile.morph | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base-system-armv7-versatile.morph b/base-system-armv7-versatile.morph index 7aafc39b..710024a6 100644 --- a/base-system-armv7-versatile.morph +++ b/base-system-armv7-versatile.morph @@ -9,12 +9,12 @@ { "morph": "build-essential", "repo": "baserock:baserock/morphs", - "ref": "baserock/samthursfield/build-essential" + "ref": "master" }, { "morph": "core", "repo": "baserock:baserock/morphs", - "ref": "baserock/samthursfield/build-essential" + "ref": "master" }, { "morph": "bsp-armv7-versatile", |