summaryrefslogtreecommitdiff
path: root/foundation.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-26 14:08:17 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-27 10:09:24 +0100
commit17992b385e1a3d67d82513684e1bb7590623ff5a (patch)
tree807e490935a2833e1f7a547c13e465a322b5491d /foundation.morph
parent3b80a83f3cd09874c2c61dc709ed4067b10b3f9f (diff)
downloadmorphs-17992b385e1a3d67d82513684e1bb7590623ff5a.tar.gz
foundation.morph: add systemd and dependencies
Diffstat (limited to 'foundation.morph')
-rw-r--r--foundation.morph103
1 files changed, 95 insertions, 8 deletions
diff --git a/foundation.morph b/foundation.morph
index 214eca9..52b4aab 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -10,33 +10,120 @@
"name": "eglibc",
"morph": "eglibc",
"repo": "eglibc2",
- "ref": "baserock/2.15-morph"
+ "ref": "baserock/2.15-morph",
+ "build-depends": []
+ },
+ {
+ "name": "zlib",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
},
{
"name": "busybox-devel",
"morph": "busybox-devel",
"repo": "busybox",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
},
{
"name": "attr",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
},
{
"name": "util-linux",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
+ },
+ {
+ "name": "libcap2",
+ "ref": "master",
+ "build-depends": [
+ "attr"
+ ]
},
{
"name": "btrfs-progs",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
},
{
"name": "tbdiff",
- "ref": "master"
+ "ref": "master",
+ "build-depends": [
+ "eglibc",
+ "attr"
+ ]
},
{
- "name": "zlib",
- "ref": "baserock/morph"
+ "name": "libusb",
+ "ref": "master",
+ "build-depends": [
+ "eglibc"
+ ]
+ },
+ {
+ "name": "usbutils",
+ "ref": "master",
+ "build-depends": [
+ "libusb"
+ ]
+ },
+ {
+ "name": "pciutils",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "eglibc"
+ ]
+ },
+ {
+ "name": "libffi",
+ "ref": "master",
+ "build-depends": [
+ "eglibc"
+ ]
+ },
+ {
+ "name": "glib",
+ "ref": "master",
+ "build-depends": [
+ "libffi"
+ ]
+ },
+ {
+ "name": "dbus",
+ "ref": "master",
+ "build-depends": [
+ "glib"
+ ]
+ },
+ {
+ "name": "gobject-introspection",
+ "ref": "master",
+ "build-depends": [
+ "glib"
+ ]
+ },
+ {
+ "name": "systemd",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "dbus",
+ "gobject-introspection",
+ "libcap2",
+ "usbutils",
+ "pciutils"
+ ]
}
]
}