mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
49fec741eb
commit
83ec24789f
@@ -18,6 +18,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \
|
||||
"
|
||||
|
||||
SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
|
||||
PV = "git+${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user