From 0cffcd09a44b2a58452a5bb13714bfc47d6546bf Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 31 Jul 2021 23:31:13 -0400 Subject: global: overrides conversion Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/chef/chef_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-support/chef/chef_git.bb') diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb index 86e4165..8a32584 100644 --- a/meta-openstack/recipes-support/chef/chef_git.bb +++ b/meta-openstack/recipes-support/chef/chef_git.bb @@ -31,7 +31,7 @@ DEPENDS += " \ bundler-native \ " -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ruby \ chef-zero \ coderay \ @@ -64,9 +64,9 @@ RDEPENDS_${PN} += " \ RUBY_INSTALL_GEMS = "pkg/chef-${BPV}.gem" -FILES_${PN} += "${libdir}/ruby/gems/2.2.0/build_info" -FILES_${PN} += "${libdir}/ruby/gems/2.2.0/extensions" +FILES:${PN} += "${libdir}/ruby/gems/2.2.0/build_info" +FILES:${PN} += "${libdir}/ruby/gems/2.2.0/extensions" -do_install_prepend() { +do_install:prepend() { rake gem } -- cgit v1.2.3-54-g00ecf