summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-02-26 13:43:37 +0800
committerJoe MacDonald <joe@deserted.net>2024-02-28 07:49:48 -0500
commit4544e817a1b549976749b0b9e355834cc54d6ea0 (patch)
treef16541ebc18845ce8f1e343446982e77d29c80b6
parent6fcfb3a6002575917805aaa7371e7b6e49ad892e (diff)
downloadmeta-selinux-4544e817a1b549976749b0b9e355834cc54d6ea0.tar.gz
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>
-rw-r--r--recipes-security/refpolicy/refpolicy_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy_git.inc b/recipes-security/refpolicy/refpolicy_git.inc
index f09fc94..917d2f4 100644
--- a/recipes-security/refpolicy/refpolicy_git.inc
+++ b/recipes-security/refpolicy/refpolicy_git.inc
@@ -1,4 +1,4 @@
1PV = "2.20231002+git${SRCPV}" 1PV = "2.20231002+git"
2 2
3SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=main;name=refpolicy;destsuffix=refpolicy" 3SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=main;name=refpolicy;destsuffix=refpolicy"
4 4