diff options
-rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 2d9ace5..2083a37 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -72,12 +72,12 @@ EXTRANATIVEPATH += "bzip2-native" | |||
72 | DEPENDS += "bzip2-replacement-native checkpolicy-native policycoreutils-native semodule-utils-native m4-native" | 72 | DEPENDS += "bzip2-replacement-native checkpolicy-native policycoreutils-native semodule-utils-native m4-native" |
73 | 73 | ||
74 | RDEPENDS_${PN}-dev =+ " \ | 74 | RDEPENDS_${PN}-dev =+ " \ |
75 | python \ | 75 | python3-core \ |
76 | " | 76 | " |
77 | 77 | ||
78 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 78 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
79 | 79 | ||
80 | inherit pythonnative | 80 | inherit python3native |
81 | 81 | ||
82 | PARALLEL_MAKE = "" | 82 | PARALLEL_MAKE = "" |
83 | 83 | ||
@@ -181,7 +181,7 @@ path = ${STAGING_DIR_NATIVE}${sbindir_native}/sefcontext_compile | |||
181 | args = \$@ | 181 | args = \$@ |
182 | [end] | 182 | [end] |
183 | 183 | ||
184 | policy-version = 30 | 184 | policy-version = 31 |
185 | EOF | 185 | EOF |
186 | 186 | ||
187 | # Create policy store and build the policy | 187 | # Create policy store and build the policy |