summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core.morph21
-rw-r--r--foundation.morph12
2 files changed, 19 insertions, 14 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",
diff --git a/foundation.morph b/foundation.morph
index 1ed1a157..e1d121cf 100644
--- a/foundation.morph
+++ b/foundation.morph
@@ -63,12 +63,6 @@
]
},
{
- "name": "util-linux",
- "repo": "upstream:util-linux",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
"name": "glib",
"repo": "upstream:glib",
"ref": "master",
@@ -102,8 +96,7 @@
"kmod",
"libcap2",
"pciutils",
- "usbutils",
- "util-linux"
+ "usbutils"
]
},
{
@@ -111,8 +104,7 @@
"repo": "upstream:btrfs-progs",
"ref": "baserock/morph",
"build-depends": [
- "attr",
- "util-linux"
+ "attr"
]
},
{