[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4269/8267] build-compare: derive PV from SRCPV



commit 83ec24789fd2897b1fcc43e73279899b998408fa
Author: Joe Slater <jslater windriver com>
Date:   Wed Jan 18 14:07:01 2017 -0800

    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>

 .../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 fa9c6b4..e432143 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 \
            "
 
 SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
+PV = "git+${SRCPV}"
 
 S = "${WORKDIR}/git"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]