summaryrefslogtreecommitdiff
path: root/tools.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-01-28 15:08:16 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-01-28 15:08:16 +0000
commit03432c2c33523965aadfe06c28c531b2cfe016ff (patch)
treee5a76a87294a912345a7c3dd990f76a90cf68dae /tools.morph
parentd17d1b3a90158a421f4738e30a9f6c2eb55fe318 (diff)
parentce7ff87138bfec755c0543ec2d0712574f1128b4 (diff)
downloaddefinitions-03432c2c33523965aadfe06c28c531b2cfe016ff.tar.gz
Merge remote-tracking branch 'origin/baserock/samthursfield/build-essential'
Conflicts: core.morph
Diffstat (limited to 'tools.morph')
-rw-r--r--tools.morph108
1 files changed, 108 insertions, 0 deletions
diff --git a/tools.morph b/tools.morph
new file mode 100644
index 00000000..7f64489e
--- /dev/null
+++ b/tools.morph
@@ -0,0 +1,108 @@
+{
+ "name": "tools",
+ "description": "Extra development tools included in the devel system",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential",
+ "morph": "core"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "lzo",
+ "repo": "upstream:lzo",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "patch",
+ "repo": "upstream:patch",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "cmake",
+ "repo": "upstream:cmake",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "coreutils",
+ "repo": "upstream:coreutils",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "patch"
+ ]
+ },
+ {
+ "name": "distcc",
+ "repo": "upstream:distcc",
+ "ref": "master",
+ "build-depends": [
+ "lzo"
+ ]
+ },
+ {
+ "name": "e2fsprogs",
+ "repo": "upstream:e2fsprogs",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "gdb",
+ "repo": "upstream:gdb",
+ "ref": "refs/heads/master",
+ "build-depends": []
+ },
+ {
+ "name": "less",
+ "repo": "upstream:less",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "linux-user-chroot",
+ "repo": "upstream:linux-user-chroot",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "lsof",
+ "repo": "upstream:lsof",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "pv",
+ "repo": "upstream:pv",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "rsync",
+ "repo": "upstream:rsync",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "strace",
+ "repo": "upstream:strace",
+ "ref": "master",
+ "build-depends": []
+ },
+ {
+ "name": "vala",
+ "repo": "upstream:vala",
+ "ref": "baserock/bootstrap",
+ "build-depends": []
+ },
+ {
+ "name": "vim",
+ "repo": "upstream:vim",
+ "ref": "baserock/morph",
+ "build-depends": []
+ }
+ ]
+}