|
@@ -4,9 +4,9 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-REFPOLICY_VERSION = 2.20190201
|
|
|
|
|
|
+REFPOLICY_VERSION = 2.20190609
|
|
REFPOLICY_SOURCE = refpolicy-$(REFPOLICY_VERSION).tar.bz2
|
|
REFPOLICY_SOURCE = refpolicy-$(REFPOLICY_VERSION).tar.bz2
|
|
-REFPOLICY_SITE = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190201
|
|
|
|
|
|
+REFPOLICY_SITE = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190609
|
|
REFPOLICY_LICENSE = GPL-2.0
|
|
REFPOLICY_LICENSE = GPL-2.0
|
|
REFPOLICY_LICENSE_FILES = COPYING
|
|
REFPOLICY_LICENSE_FILES = COPYING
|
|
REFPOLICY_INSTALL_STAGING = YES
|
|
REFPOLICY_INSTALL_STAGING = YES
|
|
@@ -14,18 +14,13 @@ REFPOLICY_DEPENDENCIES = \
|
|
host-m4 \
|
|
host-m4 \
|
|
host-checkpolicy \
|
|
host-checkpolicy \
|
|
host-policycoreutils \
|
|
host-policycoreutils \
|
|
|
|
+ host-python3 \
|
|
host-setools \
|
|
host-setools \
|
|
host-gawk
|
|
host-gawk
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
|
|
|
-REFPOLICY_DEPENDENCIES += host-python3
|
|
|
|
-else
|
|
|
|
-REFPOLICY_DEPENDENCIES += host-python
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
# Cannot use multiple threads to build the reference policy
|
|
# Cannot use multiple threads to build the reference policy
|
|
REFPOLICY_MAKE = \
|
|
REFPOLICY_MAKE = \
|
|
- PYTHON=$(HOST_DIR)/usr/bin/python \
|
|
|
|
|
|
+ PYTHON=$(HOST_DIR)/usr/bin/python3 \
|
|
TEST_TOOLCHAIN=$(HOST_DIR) \
|
|
TEST_TOOLCHAIN=$(HOST_DIR) \
|
|
$(TARGET_MAKE_ENV) \
|
|
$(TARGET_MAKE_ENV) \
|
|
$(MAKE1)
|
|
$(MAKE1)
|