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