summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libsemanage_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/selinux/libsemanage_git.bb')
-rw-r--r--recipes-security/selinux/libsemanage_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-security/selinux/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb
index 776a54b..71cb1ab 100644
--- a/recipes-security/selinux/libsemanage_git.bb
+++ b/recipes-security/selinux/libsemanage_git.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"
10DEFAULT_PREFERENCE = "-1" 10DEFAULT_PREFERENCE = "-1"
@@ -17,9 +17,10 @@ PV = "2.1.6+git${SRCPV}"
17 17
18DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" 18DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
19 19
20SRC_URI += "file://Fix-segfault-for-standard-policy.patch" 20SRC_URI += "file://Fix-segfault-for-standard-policy.patch \
21SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" 21 file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch \
22SRC_URI += "file://libsemanage-semanage.conf-for-cross-compile.patch" 22 file://libsemanage-semanage.conf-for-cross-compile.patch \
23 file://libsemanage-fix-path-len-limit.patch"
23 24
24PACKAGES += "${PN}-python" 25PACKAGES += "${PN}-python"
25FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 26FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"