summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-27 14:43:26 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-27 14:43:26 +0100
commit9fc9b1d960708f5da742cb20e79070580ee9b49f (patch)
tree5c0e21a72d31778e623c1892c59bcf1c5e36cec3
parent00dacdbdade6fddea48081eba4211f79319f566e (diff)
downloadmorphs-9fc9b1d960708f5da742cb20e79070580ee9b49f.tar.gz
Shunt xz from devel to foundation so that systemd can link to it
-rw-r--r--devel.morph6
-rw-r--r--foundation.morph7
2 files changed, 7 insertions, 6 deletions
diff --git a/devel.morph b/devel.morph
index 0e13237..acdf9b8 100644
--- a/devel.morph
+++ b/devel.morph
@@ -71,12 +71,6 @@
"build-depends": [ "make" ]
},
{
- "name": "xz",
- "repo": "upstream:xz",
- "ref": "baserock/morph",
- "build-depends": [ "make" ]
- },
- {
"name": "coreutils",
"repo": "upstream:coreutils",
"ref": "baserock/morph",
diff --git a/foundation.morph b/foundation.morph
index 863abea..78259df 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -151,10 +151,17 @@
]
},
{
+ "name": "xz",
+ "repo": "upstream:xz",
+ "ref": "baserock/morph",
+ "build-depends": [ ]
+ },
+ {
"name": "systemd",
"repo": "upstream:systemd",
"ref": "baserock/morph",
"build-depends": [
+ "xz",
"dbus",
"gobject-introspection",
"kmod",