From 85f498fa8e40ad400e5df785826009ffcdc2922a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 9 Jul 2024 16:23:58 +0200 Subject: [PATCH] package/gpsd: fix comment about wchar requirement The comment does not follow the coding style, so update it appropriately. Signed-off-by: Yann E. MORIN Cc: Bernd Kuhls Signed-off-by: Thomas Petazzoni (cherry picked from commit b88d2b51a4bd2d825d71730bde934dc9991fc6cf) Signed-off-by: Peter Korsgaard --- package/gpsd/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index 8c28c05efd..44615f4e43 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -84,7 +84,7 @@ config BR2_PACKAGE_GPSD_PYTHON Python libraries and tools for the gpsd service daemon including gpsfake test harness. -comment "GPSD python support not available with toolchain w/o wide characters support" +comment "python support needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR comment "Protocols"