]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-compare: derive PV from SRCPV
authorJoe Slater <jslater@windriver.com>
Wed, 18 Jan 2017 22:07:01 +0000 (14:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:04:00 +0000 (12:04 +0000)
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/build-compare/build-compare_git.bb

index fa9c6b45d3ff6ccbdf23a13789917dc5d61e8299..e432143d91d5cfcd625ab75b9bd8c237ef6c3da9 100644 (file)
@@ -18,6 +18,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \
            "
 
 SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
+PV = "git+${SRCPV}"
 
 S = "${WORKDIR}/git"