From ea4560f65862a7c94d15cfe6006f8059ab62ea74 Mon Sep 17 00:00:00 2001 From: Mustapha Lansana Date: Fri, 19 Sep 2014 19:03:32 -0400 Subject: 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 --- meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb index fc7956d..8566fb3 100644 --- a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb +++ b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb @@ -14,7 +14,8 @@ PR = "r0" BPV = "1.2.5" PV = "${BPV}" -SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" +#SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" +SRCREV = "704bc2c0000b5f9bf49d607dcd0d3989b63b2595" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf