blob: 9e78aedf2b4f5608d81abb40575c6d37eb4af089 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PV = "2.20210908+git${SRCPV}"
SRC_URI = "git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=master;name=refpolicy;destsuffix=refpolicy"
SRCREV_refpolicy ?= "23a8d103f379361cfe63a9ee064564624e108196"
UPSTREAM_CHECK_GITTAGREGEX = "RELEASE_(?P<pver>\d+_\d+)"
FILESEXTRAPATHS:prepend := "${THISDIR}/refpolicy:"
include refpolicy_common.inc
|