diff mbox series

package/glibc: add missing comment

Message ID 20200110223808.9070-1-romain.naour@gmail.com
State Accepted
Headers show
Series package/glibc: add missing comment | expand

Commit Message

Romain Naour Jan. 10, 2020, 10:38 p.m. UTC
Since [1], glibc package has a new option to install glibc utils to the
target. But this option is displayed below "Kernel Header Options".

As for uClibc package, add a comment line to separate Glibc options
from kernel header options.

[1] c6cd512fe2e954b2ccc0412717c1c3380bc5f69b

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/glibc/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni Jan. 11, 2020, 2:36 p.m. UTC | #1
On Fri, 10 Jan 2020 23:38:08 +0100
Romain Naour <romain.naour@gmail.com> wrote:

> Since [1], glibc package has a new option to install glibc utils to the
> target. But this option is displayed below "Kernel Header Options".
> 
> As for uClibc package, add a comment line to separate Glibc options
> from kernel header options.
> 
> [1] c6cd512fe2e954b2ccc0412717c1c3380bc5f69b
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/glibc/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index cc178468b5..5ecd058145 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -1,5 +1,7 @@ 
 if BR2_TOOLCHAIN_BUILDROOT_GLIBC
 
+comment "Glibc Options"
+
 config BR2_PACKAGE_GLIBC
 	bool
 	default y