summaryrefslogtreecommitdiff
path: root/strata/pcre-utils.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-09-22 12:56:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-11-10 15:55:25 +0000
commit4d296778c123125f279691993a86160e90fa6097 (patch)
tree4d1127a880ba96486cb02a79bd4d6ec17286d964 /strata/pcre-utils.morph
parent7d65bfe4e33198d88dc3e1b11f78e498fc1f1521 (diff)
downloaddefinitions-4d296778c123125f279691993a86160e90fa6097.tar.gz
Split PCRE out into its own stratum
We need PCRE in multiple places, so rather than having multiple definitions, and potentially differing versions, let's use the same one from its own stratum. The need to add the stratum entry into the systems is annoying, and could probably do with a way of specifying that a stratum includes another, rather than just depends on it. Also, it seems a bit weird to have a stratum with only one chunk in it, but I can't think of a better way.
Diffstat (limited to 'strata/pcre-utils.morph')
-rw-r--r--strata/pcre-utils.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/pcre-utils.morph b/strata/pcre-utils.morph
new file mode 100644
index 00000000..44d0bab2
--- /dev/null
+++ b/strata/pcre-utils.morph
@@ -0,0 +1,10 @@
+name: pcre-utils
+kind: stratum
+build-depends:
+- morph: strata/tools.morph
+chunks:
+- name: pcre
+ repo: upstream:pcre
+ ref: 2720152c58e13e7cc7403642ec33127101b9971b
+ unpetrify-ref: baserock/morph
+ build-depends: []