From 41bbc2d71d8eaaef12f41a0200cd691646bce568 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Wed, 19 Oct 2016 16:47:58 +0100 Subject: 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. --- strata/foundation.morph | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'strata/foundation.morph') 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 -- cgit v1.2.1