summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+