summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-05 12:48:47 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-05 12:48:47 +0000
commit2334938471a2ef6c5a60ec24ab7d92ede26a4753 (patch)
tree2d39b00d1cb70921e36172277bfc362483cf3bd1 /core.morph
parente02c0d120f1615f1eb9e3c4f45294e01f11fe98e (diff)
downloaddefinitions-2334938471a2ef6c5a60ec24ab7d92ede26a4753.tar.gz
Move util-linux back into core
It is needed in the syslinux build.
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph21
1 files changed, 17 insertions, 4 deletions
diff --git a/core.morph b/core.morph
index e4733520..2279b91a 100644
--- a/core.morph
+++ b/core.morph
@@ -49,6 +49,12 @@
]
},
{
+ "name": "pkg-config",
+ "repo": "upstream:pkg-config",
+ "ref": "baserock/build-essential",
+ "build-depends": []
+ },
+ {
"name": "readline",
"repo": "upstream:readline",
"ref": "baserock/morph",
@@ -233,10 +239,17 @@
]
},
{
- "name": "pkg-config",
- "repo": "upstream:pkg-config",
- "ref": "baserock/build-essential",
- "build-depends": []
+ "name": "util-linux",
+ "repo": "upstream:util-linux",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "autoconf",
+ "automake",
+ "gettext",
+ "git",
+ "libtool",
+ "pkg-config"
+ ]
},
{
"name": "xz",