[meta-virtualization] [m-c-s][PATCH 5/5] puppet: fixup QA warning

Mark Asselstine mark.asselstine at windriver.com
Wed Aug 19 19:56:12 PDT 2015


Currently we get the following warning when building puppet:

WARNING: QA Issue: /usr/lib/ruby/gems/2.2.0/gems/puppet-3.7.3/
lib/puppet/vendor/safe at underscore@yaml/run at underscore@specs@
underscore at all@underscore at ruby@underscore at versions.sh_puppet
contained in package puppet requires /bin/bash, but no
providers found in its RDEPENDS [file-rdeps]

Adding 'bash' as an RDEPENDS fixes this.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 recipes-support/puppet/puppet_3.7.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-support/puppet/puppet_3.7.3.bb b/recipes-support/puppet/puppet_3.7.3.bb
index c1743e6..14e18d9 100644
--- a/recipes-support/puppet/puppet_3.7.3.bb
+++ b/recipes-support/puppet/puppet_3.7.3.bb
@@ -24,6 +24,7 @@ RDEPENDS_${PN} += " \
         facter \
         hiera \
         ruby-shadow \
+        bash \
 "
 
 RUBY_INSTALL_GEMS = "puppet-${PV}.gem"
-- 
2.1.4



More information about the meta-virtualization mailing list