]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-compare: add date to PV
authorJoe Slater <jslater@windriver.com>
Thu, 16 Mar 2017 18:24:57 +0000 (11:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Mar 2017 15:37:05 +0000 (15:37 +0000)
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>
meta/recipes-devtools/build-compare/build-compare_git.bb

index eb12e40eeb18114b1bdcdccb73f8777ba618a179..c60c16410312ed2d6c69f767f98a56b9683325cb 100644 (file)
@@ -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"