summaryrefslogtreecommitdiff
path: root/omnibus/config/software/chef-local-source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/config/software/chef-local-source.rb')
-rw-r--r--omnibus/config/software/chef-local-source.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/omnibus/config/software/chef-local-source.rb b/omnibus/config/software/chef-local-source.rb
index 528354422d..591b33cdac 100644
--- a/omnibus/config/software/chef-local-source.rb
+++ b/omnibus/config/software/chef-local-source.rb
@@ -25,6 +25,8 @@ license_file "LICENSE"
# So that Open4/deep_merge/diff-lcs disclaimers are present in Omnibus LICENSES tree.
license_file "NOTICE"
+skip_transitive_dependency_licensing true
+
# For the specific super-special version "local_source", build the source from
# the local git checkout. This is what you'd want to occur by default if you
# just ran omnibus build locally.