diff options
Diffstat (limited to 'meta-openstack/recipes-support/chef/chef_git.bb')
| -rw-r--r-- | meta-openstack/recipes-support/chef/chef_git.bb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb index c8a422b..86e4165 100644 --- a/meta-openstack/recipes-support/chef/chef_git.bb +++ b/meta-openstack/recipes-support/chef/chef_git.bb | |||
| @@ -11,17 +11,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" | |||
| 11 | 11 | ||
| 12 | PR = "r0" | 12 | PR = "r0" |
| 13 | 13 | ||
| 14 | #SRC_URI[md5sum] = "521d9184648b12e0ea331367d287314f" | 14 | BPV = "12.4.1" |
| 15 | #SRC_URI[sha256sum] ="d00874468a4f9e43d6acb0d5238a50ebb4c79f17fd502741a0fc83d76eb253cf" | ||
| 16 | |||
| 17 | BPV = "11.12.4" | ||
| 18 | PV = "${BPV}" | 15 | PV = "${BPV}" |
| 19 | SRCREV = "410af3e88cf9f0793c56363563be8fa173244d3a" | 16 | SRCREV = "1dc20627aa5d742376269dc5b4d5c67f34d08008" |
| 20 | 17 | ||
| 21 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 22 | 19 | ||
| 23 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 24 | git://github.com/opscode/chef.git;branch=11-stable \ | 21 | git://github.com/opscode/chef.git;branch=12.4-stable \ |
| 22 | file://0001-chang-ksh-to-sh.patch \ | ||
| 25 | " | 23 | " |
| 26 | 24 | ||
| 27 | inherit ruby | 25 | inherit ruby |
| @@ -61,10 +59,14 @@ RDEPENDS_${PN} += " \ | |||
| 61 | systemu \ | 59 | systemu \ |
| 62 | yajl-ruby \ | 60 | yajl-ruby \ |
| 63 | make \ | 61 | make \ |
| 62 | bash \ | ||
| 64 | " | 63 | " |
| 65 | 64 | ||
| 66 | RUBY_INSTALL_GEMS = "pkg/chef-${BPV}.gem" | 65 | RUBY_INSTALL_GEMS = "pkg/chef-${BPV}.gem" |
| 67 | 66 | ||
| 67 | FILES_${PN} += "${libdir}/ruby/gems/2.2.0/build_info" | ||
| 68 | FILES_${PN} += "${libdir}/ruby/gems/2.2.0/extensions" | ||
| 69 | |||
| 68 | do_install_prepend() { | 70 | do_install_prepend() { |
| 69 | rake gem | 71 | rake gem |
| 70 | } | 72 | } |
