summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-16 13:28:33 +0900
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-10-19 09:43:06 +0000
commit02d6c7f71983740d68be4ccdc0c12007d0097588 (patch)
tree8194c837a2fc433ad0b169b513c188183fd96210
parentafb0ec8684db239a7278a18844dab509891f39c8 (diff)
downloaddefinitions-02d6c7f71983740d68be4ccdc0c12007d0097588.tar.gz
Removing ICU from webtools stratum, using icu-common instead
Also including icu-common in web-system-x86_64-generic Change-Id: I1ae85bdcaab70fbaa7ccdd6ad22cbd4cd6f30fa4
-rw-r--r--strata/webtools.morph6
-rw-r--r--strata/webtools/icu.morph8
-rw-r--r--systems/web-system-x86_64-generic.morph2
3 files changed, 3 insertions, 13 deletions
diff --git a/strata/webtools.morph b/strata/webtools.morph
index 5010a4c1..495a4f3c 100644
--- a/strata/webtools.morph
+++ b/strata/webtools.morph
@@ -2,14 +2,10 @@ name: webtools
kind: stratum
description: web things
build-depends:
+- morph: strata/icu-common.morph
- morph: strata/tools.morph
- morph: strata/pcre-utils.morph
chunks:
-- name: icu
- morph: strata/webtools/icu.morph
- repo: upstream:icu
- ref: ba023548a3bff7277cbea4acade3042ce9d8949e
- unpetrify-ref: baserock/morph
- name: libgit2
repo: upstream:libgit2
ref: 4b0a36e881506a02b43a4ae3c19c93c919b36eeb
diff --git a/strata/webtools/icu.morph b/strata/webtools/icu.morph
deleted file mode 100644
index 37dec07e..00000000
--- a/strata/webtools/icu.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: icu
-kind: chunk
-configure-commands:
-- cd source; ./runConfigureICU Linux --prefix=/usr
-build-commands:
-- cd source; unset TARGET ; make
-install-commands:
-- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install
diff --git a/systems/web-system-x86_64-generic.morph b/systems/web-system-x86_64-generic.morph
index 2ddc3fdb..090abcbe 100644
--- a/systems/web-system-x86_64-generic.morph
+++ b/systems/web-system-x86_64-generic.morph
@@ -33,6 +33,8 @@ strata:
morph: strata/python2-core.morph
- name: nodejs
morph: strata/nodejs.morph
+- name: icu-common
+ morph: strata/icu-common.morph
configuration-extensions:
- extensions/set-hostname
- extensions/add-config-files