diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2022-11-09 12:30:58 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2022-11-23 09:26:29 -0500 |
commit | f6d73a35d3853ab09297fa1738890706901f43b8 (patch) | |
tree | ade400c3827c3a84dbda977da7894c275b711de1 /recipes-security/refpolicy/refpolicy_git.inc | |
parent | e9270d6e5889a854edd1305b91d3e5c7268d0cb8 (diff) | |
download | meta-selinux-langdale.tar.gz |
refpolicy: upgrade 20210908+git -> 20221101+gitlangdale
* Update to latest git rev.
* Drop obsolete and useless patches.
* Rebase patches.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security/refpolicy/refpolicy_git.inc')
-rw-r--r-- | recipes-security/refpolicy/refpolicy_git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/refpolicy/refpolicy_git.inc b/recipes-security/refpolicy/refpolicy_git.inc index 9e78aed..54e0890 100644 --- a/recipes-security/refpolicy/refpolicy_git.inc +++ b/recipes-security/refpolicy/refpolicy_git.inc | |||
@@ -1,8 +1,8 @@ | |||
1 | PV = "2.20210908+git${SRCPV}" | 1 | PV = "2.20221101+git${SRCPV}" |
2 | 2 | ||
3 | SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=master;name=refpolicy;destsuffix=refpolicy" | 3 | SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=master;name=refpolicy;destsuffix=refpolicy" |
4 | 4 | ||
5 | SRCREV_refpolicy ?= "23a8d103f379361cfe63a9ee064564624e108196" | 5 | SRCREV_refpolicy ?= "03d486e306555da161b653c88e804ce23f3a0ea4" |
6 | 6 | ||
7 | UPSTREAM_CHECK_GITTAGREGEX = "RELEASE_(?P<pver>\d+_\d+)" | 7 | UPSTREAM_CHECK_GITTAGREGEX = "RELEASE_(?P<pver>\d+_\d+)" |
8 | 8 | ||