[oe-commits] [meta-openembedded] 12/14: abseil-cpp: set PV in the recipe

git at git.openembedded.org git at git.openembedded.org
Fri Mar 6 17:37:56 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 07882eee752df688a01862cf042f21335c73aa6e
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 5 18:23:46 2020 +0000

    abseil-cpp: set PV in the recipe
    
    Fixes:
    
    INFO: Skip package abseil-cpp (status = UNKNOWN_BROKEN, current version = git, next version = 20200225.1)
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
index 4d16361..115ffc6 100644
--- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
+++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
@@ -7,6 +7,7 @@ SECTION = "libs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915"
 
+PV = "20190808+git${SRCPV}"
 SRCREV = "aa844899c937bde5d2b24f276b59997e5b668bde"
 BRANCH = "lts_2019_08_08"
 SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH}                \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list