diff options
-rw-r--r-- | recipes-security/selinux/selinux-python_3.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-security/selinux/selinux-python_3.7.bb b/recipes-security/selinux/selinux-python_3.7.bb index 79125d0..faf5d28 100644 --- a/recipes-security/selinux/selinux-python_3.7.bb +++ b/recipes-security/selinux/selinux-python_3.7.bb | |||
@@ -53,8 +53,10 @@ RDEPENDS:${PN}-semanage = "\ | |||
53 | audit-python \ | 53 | audit-python \ |
54 | ${PN} \ | 54 | ${PN} \ |
55 | " | 55 | " |
56 | PACKAGECONFIG ??= "sepolicy-generate" | ||
57 | PACKAGECONFIG[sepolicy-generate] = ",,," | ||
56 | RDEPENDS:${PN}-sepolicy = "\ | 58 | RDEPENDS:${PN}-sepolicy = "\ |
57 | binutils \ | 59 | ${@bb.utils.contains('PACKAGECONFIG', 'sepolicy-generate', 'binutils', '', d)} \ |
58 | python3-core \ | 60 | python3-core \ |
59 | python3-codecs \ | 61 | python3-codecs \ |
60 | python3-distro \ | 62 | python3-distro \ |