From 1ba36d409eddd40f0a84962bcd4a226685ed8a98 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 +++ 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/core.morph b/core.morph index 16d874a7..9234886d 100644 --- a/core.morph +++ b/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: build-essential +products: +- artifact: core-runtime + include: + - openssl-new-libs chunks: - name: sqlite3 repo: upstream:sqlite3 -- cgit v1.2.1