summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksiy Obitotskyy <oobitots@cisco.com>2022-09-22 12:31:42 -0700
committerJoe MacDonald <joe@deserted.net>2022-10-02 21:38:23 -0400
commitfbb3340b0e2ebf79a192265062f22ae43edb8494 (patch)
tree2bcba83192abdc601565cf6cd4a55edf37e7ca11
parent6683a43e618b8cf2dc8905a38a593ec9c164f233 (diff)
downloadmeta-selinux-fbb3340b0e2ebf79a192265062f22ae43edb8494.tar.gz
libsemanage: Add python3 to dependencies
Recipe have implicit dependency on nativesdk-python, so recipe-sysroot-root populated with python headers. But during build code look for headers into recipe-sysroot. Add python dependency explicitly. Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/libsemanage_3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/libsemanage_3.4.bb b/recipes-security/selinux/libsemanage_3.4.bb
index 08d2c9c..7f038ac 100644
--- a/recipes-security/selinux/libsemanage_3.4.bb
+++ b/recipes-security/selinux/libsemanage_3.4.bb
@@ -16,7 +16,7 @@ SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch \
16 file://libsemanage-disable-expand-check-on-policy-load.patch \ 16 file://libsemanage-disable-expand-check-on-policy-load.patch \
17 " 17 "
18 18
19DEPENDS = "libsepol libselinux bison-native swig-native" 19DEPENDS = "libsepol libselinux python3 bison-native swig-native"
20 20
21DEPENDS:append:class-target = " audit" 21DEPENDS:append:class-target = " audit"
22 22