aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-03-16 11:24:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 15:37:05 +0000
commitc796cd4ac39e704e0795385c9b4ec9a2d73459b5 (patch)
tree80918d9b5dceac166063e5bdb81de8684d0654f3
parent528006009dddd876a830e0a8f248658182a37f37 (diff)
downloadopenembedded-core-contrib-c796cd4ac39e704e0795385c9b4ec9a2d73459b5.tar.gz
build-compare: add date to PV
We want PV values to be easily ordered, so use the latest entry in build-compare.changes which will also match the date of SRCREV. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/build-compare/build-compare_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb
index eb12e40eeb..c60c164103 100644
--- a/meta/recipes-devtools/build-compare/build-compare_git.bb
+++ b/meta/recipes-devtools/build-compare/build-compare_git.bb
@@ -17,8 +17,11 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \
file://functions.sh-improve-deb-and-ipk-checking.patch \
"
+# Date matches entry in build-compare.changes and date of SRCREV.
+#
SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
-PV = "git+${SRCPV}"
+PE = "1"
+PV = "2015.02.10+git${SRCPV}"
S = "${WORKDIR}/git"