summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-11 18:41:26 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-12 09:53:30 +0100
commitc88ee82a0830562db6c4149dedf54ff48ac4af64 (patch)
tree6ed5af2bdb2bfd66ed5293b01546b8f946c1db40
parentb1eab74915da43de308af926bfe33181116087d0 (diff)
downloaddefinitions-c88ee82a0830562db6c4149dedf54ff48ac4af64.tar.gz
chef: Add missing C library
This must be added manually, because it's not described in the RubyGems metadata.
-rw-r--r--strata/chef.morph9
-rw-r--r--strata/chef/yajl.morph6
2 files changed, 14 insertions, 1 deletions
diff --git a/strata/chef.morph b/strata/chef.morph
index f5ecfb26..50fabc8c 100644
--- a/strata/chef.morph
+++ b/strata/chef.morph
@@ -4,6 +4,12 @@ description: Autogenerated by Baserock import tool
build-depends:
- morph: strata/ruby.morph
chunks:
+- name: yajl
+ morph: strata/chef/yajl.morph
+ repo: http://github.com/lloyd/yajl
+ ref: a0ecdde0c042b9256170f2f8890dd9451a4240aa
+ unpetrify-ref: 2.1.0
+ build-depends: []
- name: chef-12.0.0.alpha.0
morph: strata/chef/chef-master.morph
repo: http://github.com/opscode/chef/
@@ -82,7 +88,8 @@ chunks:
repo: https://github.com/lamont-granquist/libyajl2-gem
ref: 98aef032f536d13775bc7b3b69a25ebac9bdee0a
unpetrify-ref: 1.0.1
- build-depends: []
+ build-depends:
+ - yajl
- name: method_source-0.8.1
morph: strata/chef/method_source-0.8.2.morph
repo: https://github.com/banister/method_source
diff --git a/strata/chef/yajl.morph b/strata/chef/yajl.morph
new file mode 100644
index 00000000..9dbc8dbf
--- /dev/null
+++ b/strata/chef/yajl.morph
@@ -0,0 +1,6 @@
+name: yajl
+kind: chunk
+description: YAJL JSON parsing library
+build-system: cmake
+max-jobs: 1
+