summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-01-06 21:25:06 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-06 21:25:56 +0100
commit688ffc7ae1cae4f90f837256668458003394485f (patch)
tree50180629e668ab93fc2a3261ec3c8b618c867bd3 /package
parent1cd4dd48002553b7c1befe8ff1d16f54548b3006 (diff)
downloadbuildroot-688ffc7ae1cae4f90f837256668458003394485f.tar.gz
buildroot-688ffc7ae1cae4f90f837256668458003394485f.zip
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 <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/exempi/Config.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud