mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
ChangeLog: https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * libsemanage: improved performance of semanage store rebuild Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
22 lines
504 B
PHP
22 lines
504 B
PHP
HOMEPAGE = "https://github.com/SELinuxProject"
|
|
|
|
SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https"
|
|
SRCREV = "8e9157bbeea1899b7b8b257e7eaa71efef3fffed"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
|
|
|
do_compile() {
|
|
oe_runmake all
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake install \
|
|
DESTDIR="${D}" \
|
|
PREFIX="${prefix}" \
|
|
INCLUDEDIR="${includedir}" \
|
|
LIBDIR="${libdir}" \
|
|
SHLIBDIR="${base_libdir}"
|
|
}
|
|
|
|
CVE_PRODUCT ?= "kernel:selinux"
|