summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/refpolicy/refpolicy_common.inc6
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"
72DEPENDS += "bzip2-replacement-native checkpolicy-native policycoreutils-native semodule-utils-native m4-native" 72DEPENDS += "bzip2-replacement-native checkpolicy-native policycoreutils-native semodule-utils-native m4-native"
73 73
74RDEPENDS_${PN}-dev =+ " \ 74RDEPENDS_${PN}-dev =+ " \
75 python \ 75 python3-core \
76" 76"
77 77
78PACKAGE_ARCH = "${MACHINE_ARCH}" 78PACKAGE_ARCH = "${MACHINE_ARCH}"
79 79
80inherit pythonnative 80inherit python3native
81 81
82PARALLEL_MAKE = "" 82PARALLEL_MAKE = ""
83 83
@@ -181,7 +181,7 @@ path = ${STAGING_DIR_NATIVE}${sbindir_native}/sefcontext_compile
181args = \$@ 181args = \$@
182[end] 182[end]
183 183
184policy-version = 30 184policy-version = 31
185EOF 185EOF
186 186
187 # Create policy store and build the policy 187 # Create policy store and build the policy