summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2012-09-20 13:41:59 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2012-09-20 13:41:59 +0000
commit349cc5b8d34b42bfede5c71c05457e13ee98eccc (patch)
treebcd5ed671d9a96eafd398f1277f80f8c087a8a3c
parent4ae337859719ff0205666e563345034e1dc478c6 (diff)
downloadmorphs-349cc5b8d34b42bfede5c71c05457e13ee98eccc.tar.gz
Add gdb to devel
Use ref/heads/master as the ref as show-ref will also list /refs/heads/cvs/master, which gets used instead of heads/master
-rw-r--r--devel.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel.morph b/devel.morph
index 0acaa0d..5b754cb 100644
--- a/devel.morph
+++ b/devel.morph
@@ -393,6 +393,12 @@
"repo": "upstream:lsof",
"ref": "baserock/morph",
"build-depends": [ "make" ]
+ },
+ {
+ "name": "gdb",
+ "repo": "upstream:gdb",
+ "ref": "refs/heads/master",
+ "build-depends": [ "make" ]
}
]
}