From 688ffc7ae1cae4f90f837256668458003394485f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 6 Jan 2019 21:25:06 +0100 Subject: [PATCH] exempi: fix comment entry quote Fixes the following warning: package/exempi/Config.in:14:warning: multi-line strings not supported Signed-off-by: Peter Korsgaard --- package/exempi/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/exempi/Config.in b/package/exempi/Config.in index 0fa4b473bc..ed71e0fb12 100644 --- a/package/exempi/Config.in +++ b/package/exempi/Config.in @@ -11,5 +11,5 @@ config BR2_PACKAGE_EXEMPI http://libopenraw.freedesktop.org/wiki/Exempi -comment "exempi needs a toolchain w/ C++, dynamic library, threads +comment "exempi needs a toolchain w/ C++, dynamic library, threads" depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS