diff options
author | Joe Slater <jslater@windriver.com> | 2017-03-16 11:24:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:53:05 +0000 |
commit | 602e96e2b6cc60ae7baa4acc921814a65b0dd1aa (patch) | |
tree | 8aeaa8c35169607b4493245279f38a2266c90a29 /meta/recipes-devtools/build-compare/build-compare_git.bb | |
parent | 17e7ff4be94ee6179208548e55f88c2568676d51 (diff) | |
download | poky-602e96e2b6cc60ae7baa4acc921814a65b0dd1aa.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.
(From OE-Core rev: c796cd4ac39e704e0795385c9b4ec9a2d73459b5)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/build-compare/build-compare_git.bb')
-rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 5 |
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 \ | |||
17 | file://functions.sh-improve-deb-and-ipk-checking.patch \ | 17 | file://functions.sh-improve-deb-and-ipk-checking.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | # Date matches entry in build-compare.changes and date of SRCREV. | ||
21 | # | ||
20 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 22 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |
21 | PV = "git+${SRCPV}" | 23 | PE = "1" |
24 | PV = "2015.02.10+git${SRCPV}" | ||
22 | 25 | ||
23 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
24 | 27 | ||