diff options
| author | Mustapha Lansana <Mustapha.Lansana@windriver.com> | 2014-09-19 19:03:32 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-26 09:09:21 -0400 |
| commit | ea4560f65862a7c94d15cfe6006f8059ab62ea74 (patch) | |
| tree | ae17d99f5179907bdc7770a65d0622c38717999f /meta-openstack/recipes-devtools/ruby/bundler_git.bb | |
| parent | 3e5c83508a5d24724a2c6b012a95b0bc1d5b7ced (diff) | |
| download | meta-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-devtools/ruby/bundler_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/bundler_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/bundler_git.bb b/meta-openstack/recipes-devtools/ruby/bundler_git.bb index ca69f89..f7617a0 100644 --- a/meta-openstack/recipes-devtools/ruby/bundler_git.bb +++ b/meta-openstack/recipes-devtools/ruby/bundler_git.bb | |||
| @@ -25,7 +25,7 @@ SRCREV = "06e3647c117da210ffd15a174624497830addd7b" | |||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| 27 | SRC_URI = " \ | 27 | SRC_URI = " \ |
| 28 | git://github.com/bundler/bundler.git \ | 28 | git://github.com/bundler/bundler.git;branch=1-7-stable \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | inherit ruby | 31 | inherit ruby |
