From 229996839915be56cd558d5b9646357da58e3357 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 4 Jul 2014 09:40:22 +0000 Subject: chef-system: OpenSSL libraries are needed at runtime. --- chef-system-x86_32-container.morph | 3 +++ strata/core.morph | 4 ++++ 2 files changed, 7 insertions(+) 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 -- cgit v1.2.1