summaryrefslogtreecommitdiff
path: root/strata/foundation.morph
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-10-19 16:47:58 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-28 10:40:57 +0000
commit41bbc2d71d8eaaef12f41a0200cd691646bce568 (patch)
treeb6ed1e0cb809f55f76a78b27a286dff80a684d5c /strata/foundation.morph
parent8899677a12e17332c7bbf0c18f47c7c632270f75 (diff)
downloaddefinitions-41bbc2d71d8eaaef12f41a0200cd691646bce568.tar.gz
Fix several implicitly transitive build-dependencies in devel-system.
Chunks in strata should declare all build-depends of their sibling chunks explicitly, so that the build tool does not need to overcompensate by bringing them in transitively. These were discovered using a baserock V10 version of ybd and then backported.
Diffstat (limited to 'strata/foundation.morph')
-rw-r--r--strata/foundation.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/strata/foundation.morph b/strata/foundation.morph
index e260b99f..62098658 100644
--- a/strata/foundation.morph
+++ b/strata/foundation.morph
@@ -55,6 +55,7 @@ chunks:
- dbus-pre
- kmod
- libgcrypt
+ - libgpg-error
- name: libusb
repo: upstream:libusb
ref: 01d6a03f417eb5dbac6ce039febdabdc4954c763
@@ -69,6 +70,7 @@ chunks:
build-system: autotools
build-depends:
- libusb
+ - systemd
submodules:
usbhid-dump:
url: upstream:usbhid-dump
@@ -96,6 +98,8 @@ chunks:
unpetrify-ref: baserock/dbus-1.10.6-capi-patches
build-depends:
- systemd
+ - libgcrypt
+ - libgpg-error
- name: openssh
morph: strata/foundation/openssh.morph
repo: upstream:openssh-git