summaryrefslogtreecommitdiff
path: root/strata/build-essential.morph
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-06 17:44:25 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-08 17:31:50 +0900
commit3fcb6f530e4f436027414c74525dfa747735c651 (patch)
treeb313c8019734ac098d20b63f53dbb02b2bf93307 /strata/build-essential.morph
parentb62609519cecd300693445df242a29d2dd741b89 (diff)
downloaddefinitions-3fcb6f530e4f436027414c74525dfa747735c651.tar.gz
Adding busybox to new build-essential
Diffstat (limited to 'strata/build-essential.morph')
-rw-r--r--strata/build-essential.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 28722b20..08101b83 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -6,6 +6,7 @@ description: |
products:
- artifact: build-essential-minimal
include:
+ - busybox-.*
- glibc-nss
chunks:
@@ -80,3 +81,16 @@ chunks:
- gcc-runtime
artifacts:
zlib-libs: build-essential-minimal
+
+- name: busybox
+ morph: strata/build-essential/busybox.morph
+ repo: upstream:busybox
+ ref: 1ecfe811fe2f70380170ef7d820e8150054e88ca
+ unpetrify-ref: '1_23_1'
+ build-depends:
+ - static-sed
+ - static-gawk
+ - static-bash
+ - linux-api-headers
+ - glibc
+ - gcc-runtime