summaryrefslogtreecommitdiff
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-10-26 13:01:06 +0100
commit56d99a36bb0cf29575b36020fe58471e05585ad6 (patch)
treecaad5d339a0c537351c0adf04bbe1221e908588a
parente54b751f47e0fedd0fae7a49622c8f5f40ebdad0 (diff)
downloaddefinitions-staging/010.tar.gz
Fix several implicit build-dependencies in devel-systemstaging/010
-rw-r--r--strata/core.morph33
-rw-r--r--strata/foundation.morph4
-rw-r--r--strata/openstack-common.morph1
-rw-r--r--strata/ostree-core.morph1
-rw-r--r--strata/ruby.morph3
5 files changed, 42 insertions, 0 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 9cf2126d..f9a6a75a 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -53,6 +53,8 @@ contents:
build-depends:
- autoconf-tarball
- automake
+ - perl
+ - texinfo-tarball
# Note: autoconf's version number must be set in autoconf's chunk morph,
# so if you update autoconf be sure to also update the version number
# in strata/core/autoconf.morph
@@ -66,6 +68,7 @@ contents:
- automake
- help2man
- texinfo-tarball
+ - perl
- name: libtool-tarball
morph: strata/core/libtool-tarball.morph
repo: upstream:libtool-tarball
@@ -87,6 +90,7 @@ contents:
- automake
- file
- libtool-tarball
+ - perl
- name: openssl-new
morph: strata/core/openssl-new.morph
repo: upstream:openssl-new
@@ -151,6 +155,7 @@ contents:
- file
- libtool-tarball
- openssl-new
+ - perl
- name: gettext-tarball
morph: strata/core/gettext-tarball.morph
repo: upstream:gettext-tarball
@@ -170,15 +175,19 @@ contents:
- gettext-tarball
- libexpat
- openssl-new
+ - perl
- name: flex
morph: strata/core/flex.morph
repo: upstream:flex
ref: de10f98e8a2dc2a021796811490d0f30c3cd90bf
unpetrify-ref: baserock/build-essential
build-depends:
+ - perl
+ - autoconf
- automake
- file
- gettext-tarball
+ - texinfo-tarball
- name: mini-utils
morph: strata/core/mini-utils.morph
repo: baserock:baserock/mini-utils
@@ -195,8 +204,11 @@ contents:
- flex
- gettext-tarball
- git-minimal
+ - openssl-new
- help2man
- mini-utils
+ - perl
+ - texinfo-tarball
submodules:
submodules/autoconf:
url: upstream:autoconf
@@ -212,7 +224,9 @@ contents:
- automake
- bison
- git-minimal
+ - openssl-new
- mini-utils
+ - perl
submodules:
gnulib:
url: upstream:gnulib
@@ -227,6 +241,7 @@ contents:
- file
- gettext-tarball
- libtool-tarball
+ - perl
- name: libtool
repo: upstream:libtool
ref: f09d00cbcf924c378573163e244fffeb8d28005f
@@ -238,9 +253,12 @@ contents:
- file
- help2man
- git-minimal
+ - openssl-new
- patch
- texinfo-tarball
- xz
+ - perl
+ - mini-utils
submodules:
gnulib:
url: upstream:gnulib
@@ -253,6 +271,7 @@ contents:
- autoconf
- automake
- libtool
+ - perl
- name: attr
morph: strata/core/attr.morph
repo: upstream:attr
@@ -264,6 +283,7 @@ contents:
- automake
- gettext-tarball
- libtool
+ - perl
- name: acl
morph: strata/core/acl.morph
repo: upstream:acl
@@ -275,6 +295,7 @@ contents:
- gettext-tarball
- libtool
- attr
+ - perl
- name: linux-pam
morph: strata/core/linux-pam.morph
repo: upstream:linux-pam
@@ -289,6 +310,7 @@ contents:
- flex
- attr
- acl
+ - perl
- name: libcap2
morph: strata/core/libcap2.morph
repo: upstream:libcap2
@@ -303,6 +325,7 @@ contents:
- attr
- acl
- linux-pam
+ - perl
- name: shadow
morph: strata/core/shadow.morph
repo: upstream:shadow
@@ -318,6 +341,7 @@ contents:
- acl
- linux-pam
- libcap2
+ - perl
- name: util-linux
morph: strata/core/util-linux.morph
repo: upstream:util-linux
@@ -328,10 +352,12 @@ contents:
- automake
- gettext-tarball
- git-minimal
+ - openssl-new
- libtool
- pkg-config
- linux-pam
- shadow
+ - perl
- name: e2fsprogs
morph: strata/core/e2fsprogs.morph
repo: upstream:e2fsprogs
@@ -351,9 +377,11 @@ contents:
- automake
- file
- libtool
+ - libexpat
- pkg-config
- python3
- xz
+ - perl
- name: libxslt
repo: upstream:libxslt
ref: 73e08bf7c36a9145d38f51d37e66529b873c011a
@@ -365,6 +393,8 @@ contents:
- automake
- file
- libxml2
+ - xz
+ - perl
- name: XML-Parser
repo: upstream:XML-Parser
ref: e1a3ec157140a699e3020836475a0df622f70f1b
@@ -379,6 +409,7 @@ contents:
unpetrify-ref: baserock/morph
build-system: autotools
build-depends:
+ - libexpat
- XML-Parser
- autoconf
- automake
@@ -411,6 +442,7 @@ contents:
unpetrify-ref: baserock/morph
build-system: autotools
build-depends:
+ - perl
- flex
- texinfo-tarball
- name: libseccomp
@@ -422,4 +454,5 @@ contents:
- autoconf
- automake
- libtool
+ - perl
configuration-extensions: []
diff --git a/strata/foundation.morph b/strata/foundation.morph
index e999160f..17cd1e04 100644
--- a/strata/foundation.morph
+++ b/strata/foundation.morph
@@ -53,6 +53,7 @@ contents:
- dbus-pre
- kmod
- libgcrypt
+ - libgpg-error
- name: libusb
repo: upstream:libusb
ref: 01d6a03f417eb5dbac6ce039febdabdc4954c763
@@ -67,6 +68,7 @@ contents:
build-system: autotools
build-depends:
- libusb
+ - systemd
submodules:
usbhid-dump:
url: upstream:usbhid-dump
@@ -94,6 +96,8 @@ contents:
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
diff --git a/strata/openstack-common.morph b/strata/openstack-common.morph
index c0cfdaa6..4007e443 100644
--- a/strata/openstack-common.morph
+++ b/strata/openstack-common.morph
@@ -48,6 +48,7 @@ contents:
unpetrify-ref: 1.3.2
build-system: python-distutils
build-depends:
+ - pycparser
- pyasn1
- enum34
- cffi
diff --git a/strata/ostree-core.morph b/strata/ostree-core.morph
index 1eda4cac..04f70acc 100644
--- a/strata/ostree-core.morph
+++ b/strata/ostree-core.morph
@@ -26,6 +26,7 @@ contents:
build-depends:
- gpgme
- libgsystem
+ - libassuan
submodules:
libglnx:
url: upstream:libglnx
diff --git a/strata/ruby.morph b/strata/ruby.morph
index 63565934..6efd11dd 100644
--- a/strata/ruby.morph
+++ b/strata/ruby.morph
@@ -32,6 +32,7 @@ contents:
ref: 0708fbe62617a63300e1cc3b9869cc1280c57ef6
unpetrify-ref: baserock/v1.6.2
build-depends:
+ - libyaml
- ruby
- name: hoe
morph: strata/ruby/hoe.morph
@@ -40,11 +41,13 @@ contents:
unpetrify-ref: master
build-depends:
- ruby
+ - libyaml
- name: rake-compiler
morph: strata/ruby/rake-compiler.morph
repo: upstream:ruby-gems/rake-compiler
ref: aaed621f6fdb0b0395775fea5464cc83e794fbdb
unpetrify-ref: v0.9.3
build-depends:
+ - libyaml
- ruby
configuration-extensions: []