summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux_common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/selinux/selinux_common.inc')
-rw-r--r--recipes-security/selinux/selinux_common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux_common.inc b/recipes-security/selinux/selinux_common.inc
index 63b048b..c2aa3b8 100644
--- a/recipes-security/selinux/selinux_common.inc
+++ b/recipes-security/selinux/selinux_common.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/SELinuxProject"
3SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https" 3SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https"
4SRCREV = "8e9157bbeea1899b7b8b257e7eaa71efef3fffed" 4SRCREV = "8e9157bbeea1899b7b8b257e7eaa71efef3fffed"
5 5
6S = "${UNPACKDIR}/${BP}/${BPN}"
7
6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 8UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
7 9
8do_compile() { 10do_compile() {