diff mbox series

[meta-selinux] refpolicy: drop ${SRCPV} usage

Message ID 20240226054337.240502-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux] refpolicy: drop ${SRCPV} usage | expand

Commit Message

Yi Zhao Feb. 26, 2024, 5:43 a.m. UTC
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>
---
 recipes-security/refpolicy/refpolicy_git.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-security/refpolicy/refpolicy_git.inc b/recipes-security/refpolicy/refpolicy_git.inc
index d739522..018e29d 100644
--- a/recipes-security/refpolicy/refpolicy_git.inc
+++ b/recipes-security/refpolicy/refpolicy_git.inc
@@ -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"