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