From 1610200e7863a73dafac7890bc339bea47605c05 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 18 Dec 2017 09:24:38 +0100 Subject: package/*/Config.in: fix property order warning of check-package This commit fixes the ordering of the Config.in option properties, as reported by check-package. Signed-off-by: Thomas Petazzoni --- package/selinux-python/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/selinux-python') diff --git a/package/selinux-python/Config.in b/package/selinux-python/Config.in index e453450264..b9fab9aaa1 100644 --- a/package/selinux-python/Config.in +++ b/package/selinux-python/Config.in @@ -1,10 +1,10 @@ menuconfig BR2_PACKAGE_SELINUX_PYTHON bool "selinux-python" - select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON depends on BR2_USE_MMU depends on BR2_USE_WCHAR depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS + select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON help A set of SELinux tools written in python that help with managing a system with SELinux enabled. If no packages are -- cgit v1.2.3