mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
dnfdragora: fix PV
Include SRCPV in PV. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
9db21d526b
commit
39431c866f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user