From 5e3cb35737066534a9588c72aac1808305d635f4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 2 May 2014 12:49:28 +0200 Subject: [PATCH] manual: fix C++ support in libc case, fix indentation The manual has this sentence for the dependency on a C library *and* a toolchain feature: foo needs an (e)glibc toolchain, or foo needs an (e)glibc toolchain w/ C++ support And then, just below, the comment text for C++ is just 'C++', not 'C++ support'. Fix that, and add a bit of indentation too. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Acked-by: Thomas De Schampheleire Acked-by: Samuel Martin Signed-off-by: Peter Korsgaard --- docs/manual/adding-packages-directory.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 5d4d5d9f0..3cf3afaf4 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -227,10 +227,10 @@ use in the comment. * C library ** Dependency symbol: +BR2_TOOLCHAIN_USES_GLIBC+, -+BR2_TOOLCHAIN_USES_UCLIBC+ + +BR2_TOOLCHAIN_USES_UCLIBC+ ** Comment string: for the C library, a slightly different comment text is used: +foo needs an (e)glibc toolchain+, or `foo needs an (e)glibc - toolchain w/ C++ support` + toolchain w/ C++` * C++ support ** Dependency symbol: +BR2_INSTALL_LIBSTDCPP+