[oe-commits] [meta-openembedded] 11/44: dnfdragora: fix PV

git at git.openembedded.org git at git.openembedded.org
Sun Feb 11 20:07:09 UTC 2018


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

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

commit 39431c866f113f891a104dc8f495bfb5f9b16d21
Author: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
AuthorDate: Fri Jan 26 22:23:11 2018 +0800

    dnfdragora: fix PV
    
    Include SRCPV in PV.
    
    Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb
index 5678f73..9cd1efb 100644
--- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb
+++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/manatools/dnfdragora.git \
            file://0001-Run-python-scripts-using-env.patch \
            "
 
-PV = "1.0.1+git"
+PV = "1.0.1+git${SRCPV}"
 SRCREV = "4fef4ce889b8e4fa03191d414f63bfd50796152a"
 
 S = "${WORKDIR}/git"

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


More information about the Openembedded-commits mailing list