summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libsemanage_2.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/selinux/libsemanage_2.1.6.bb')
-rw-r--r--recipes-security/selinux/libsemanage_2.1.6.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-security/selinux/libsemanage_2.1.6.bb b/recipes-security/selinux/libsemanage_2.1.6.bb
index aa3dcd9..b808b68 100644
--- a/recipes-security/selinux/libsemanage_2.1.6.bb
+++ b/recipes-security/selinux/libsemanage_2.1.6.bb
@@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \
4as by programs like load_policy that need to perform specific transformations \ 4as by programs like load_policy that need to perform specific transformations \
5on binary policies such as customizing policy boolean settings." 5on binary policies such as customizing policy boolean settings."
6SECTION = "base" 6SECTION = "base"
7PR = "r2" 7PR = "r3"
8LICENSE = "LGPLv2.1+" 8LICENSE = "LGPLv2.1+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 9LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
10 10
@@ -16,9 +16,10 @@ SRC_URI[sha256sum] = "64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c5
16 16
17DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" 17DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
18 18
19SRC_URI += "file://Fix-segfault-for-standard-policy.patch" 19SRC_URI += "file://Fix-segfault-for-standard-policy.patch \
20SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" 20 file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch \
21SRC_URI += "file://libsemanage-semanage.conf-for-cross-compile.patch" 21 file://libsemanage-semanage.conf-for-cross-compile.patch \
22 file://libsemanage-fix-path-len-limit.patch"
22 23
23PACKAGES += "${PN}-python" 24PACKAGES += "${PN}-python"
24FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 25FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"