From d97c3636d27ca385c71259533d96ed9eae335524 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 28 Aug 2022 10:29:20 +0800 Subject: libsepol: upgrade 3.3 -> 3.4 Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-security/selinux/libsepol_3.3.bb | 22 ---------------------- recipes-security/selinux/libsepol_3.4.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 recipes-security/selinux/libsepol_3.3.bb create mode 100644 recipes-security/selinux/libsepol_3.4.bb diff --git a/recipes-security/selinux/libsepol_3.3.bb b/recipes-security/selinux/libsepol_3.3.bb deleted file mode 100644 index 80d8819..0000000 --- a/recipes-security/selinux/libsepol_3.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "SELinux binary policy manipulation library" -DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \ -It is used by checkpolicy (the policy compiler) and similar tools, as well \ -as by programs like load_policy that need to perform specific transformations \ -on binary policies such as customizing policy boolean settings." -SECTION = "base" -LICENSE = "LGPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" - -require selinux_common.inc - -inherit lib_package - -S = "${WORKDIR}/git/libsepol" - -# Change RANLIB for cross compiling, use host-tools $(AR) rather than -# local ranlib. -EXTRA_OEMAKE += "RANLIB='$(AR) s'" - -DEPENDS += "flex-native" - -BBCLASSEXTEND = "native" diff --git a/recipes-security/selinux/libsepol_3.4.bb b/recipes-security/selinux/libsepol_3.4.bb new file mode 100644 index 0000000..49312da --- /dev/null +++ b/recipes-security/selinux/libsepol_3.4.bb @@ -0,0 +1,18 @@ +SUMMARY = "SELinux binary policy manipulation library" +DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \ +It is used by checkpolicy (the policy compiler) and similar tools, as well \ +as by programs like load_policy that need to perform specific transformations \ +on binary policies such as customizing policy boolean settings." +SECTION = "base" +LICENSE = "LGPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" + +require selinux_common.inc + +inherit lib_package + +S = "${WORKDIR}/git/libsepol" + +DEPENDS = "flex-native" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf