diff options
author | Joe Slater <jslater@windriver.com> | 2017-01-18 14:07:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:05:22 +0000 |
commit | 83ec24789fd2897b1fcc43e73279899b998408fa (patch) | |
tree | 975f9c383f4341f1ca8996f5a6e0aa43891706f8 /meta/recipes-devtools/build-compare | |
parent | 49fec741ebd62e6a4157e364321b9fec8931825b (diff) | |
download | poky-83ec24789fd2897b1fcc43e73279899b998408fa.tar.gz |
build-compare: derive PV from SRCPV
Currently, PV is "git" and contains no version information.
(From OE-Core rev: e1fe3f8a601ba289a2e9963ef3f1309e431704eb)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/build-compare')
-rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index fa9c6b45d3..e432143d91 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -18,6 +18,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 20 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |
21 | PV = "git+${SRCPV}" | ||
21 | 22 | ||
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
23 | 24 | ||