From f5dd6040821a5df948466ea9d116c089d1134c9d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 16 Jul 2016 17:02:39 +0200 Subject: [PATCH] package/ti-sgx-um: fix Config.in The continuation line was fogotten. However, it fits on a single line. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/ti-sgx-um/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/ti-sgx-um/Config.in b/package/ti-sgx-um/Config.in index 2be6c0638d..8e1e4fb270 100644 --- a/package/ti-sgx-um/Config.in +++ b/package/ti-sgx-um/Config.in @@ -2,8 +2,7 @@ comment "ti-sgx-um needs the ti-sgx-km driver" depends on !BR2_PACKAGE_TI_SGX_KM comment "ti-sgx-um needs a glibc toolchain w/ threads" - depends on !BR2_TOOLCHAIN_USES_GLIBC || - !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_TI_SGX_UM bool "ti-sgx-um" -- 2.30.2