refpolicy: drop ${SRCPV} usage

Drop SRCPV as this variable is no longer needed in PV[1].

[1] https://git.openembedded.org/openembedded-core/commit/?id=a8e7b0f932b9ea69b3a218fca18041676c65aba0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Yi Zhao 2024-02-26 13:43:37 +08:00 committed by Joe MacDonald
parent 6fcfb3a600
commit 4544e817a1

View File

@ -1,4 +1,4 @@
PV = "2.20231002+git${SRCPV}"
PV = "2.20231002+git"
SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=main;name=refpolicy;destsuffix=refpolicy"