blob: 113fc3024368776432ffbd91d6d231fe8d2cf9da (
plain)
1
2
3
4
5
6
7
8
|
SELINUX_RELEASE = "20191204"
SRC_URI = "https://github.com/SELinuxProject/selinux/releases/download/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz"
UPSTREAM_CHECK_URI = "https://github.com/SELinuxProject/selinux/releases"
UPSTREAM_CHECK_REGEX = "libselinux-(?P<pver>.+)\.tar\.gz"
require selinux_common.inc
|