summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorMustapha Lansana <Mustapha.Lansana@windriver.com>2014-09-19 19:03:32 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-26 09:09:21 -0400
commitea4560f65862a7c94d15cfe6006f8059ab62ea74 (patch)
treeae17d99f5179907bdc7770a65d0622c38717999f /meta-openstack/recipes-support
parent3e5c83508a5d24724a2c6b012a95b0bc1d5b7ced (diff)
downloadmeta-cloud-services-ea4560f65862a7c94d15cfe6006f8059ab62ea74.tar.gz
chef: resolve mismatch between branch name and SRCREV
Maintainer's of the upstream git trees for these packages have branched the repos from which these packages were fetched. This creates a mismatch between the SRCREV and branch name in the recipe files. Specify the branch name to resolve the error or update the SRCREV to match a commit id found on master. Signed-off-by: Mustapha Lansana <Mustapha.Lansana@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/chef/chef_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb
index 11c651d..c8a422b 100644
--- a/meta-openstack/recipes-support/chef/chef_git.bb
+++ b/meta-openstack/recipes-support/chef/chef_git.bb
@@ -21,7 +21,7 @@ SRCREV = "410af3e88cf9f0793c56363563be8fa173244d3a"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/opscode/chef.git \ 24 git://github.com/opscode/chef.git;branch=11-stable \
25 " 25 "
26 26
27inherit ruby 27inherit ruby