summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 09:40:22 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-08-28 12:47:42 +0000
commit229996839915be56cd558d5b9646357da58e3357 (patch)
treea30ac9a8913a2d64df9f030e1b37812eed7ce96f
parentcaf7c3f97debe339561fad4dffbd6dc63f2b1ba5 (diff)
downloaddefinitions-229996839915be56cd558d5b9646357da58e3357.tar.gz
chef-system: OpenSSL libraries are needed at runtime.
-rw-r--r--chef-system-x86_32-container.morph3
-rw-r--r--strata/core.morph4
2 files changed, 7 insertions, 0 deletions
diff --git a/chef-system-x86_32-container.morph b/chef-system-x86_32-container.morph
index 04ba0f24..6335de97 100644
--- a/chef-system-x86_32-container.morph
+++ b/chef-system-x86_32-container.morph
@@ -12,5 +12,8 @@ strata:
- morph: build-essential
artifacts:
- build-essential-minimal
+- morph: core
+ artifacts:
+ - core-runtime
- morph: ruby
- morph: chef
diff --git a/strata/core.morph b/strata/core.morph
index 26264874..efe91fbd 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -4,6 +4,10 @@ description: Core components of a Baserock base system that are build tools requ
for the BSP and Foundation strata, but a step above build-essential
build-depends:
- morph: strata/build-essential.morph
+products:
+- artifact: core-runtime
+ include:
+ - openssl-new-libs
chunks:
- name: sqlite3
repo: upstream:sqlite3