* [Buildroot] [PATCH v2] package/glibc: provide an upstream site link
@ 2018-10-15 15:14 Matt Weber
2018-10-15 19:28 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Matt Weber @ 2018-10-15 15:14 UTC (permalink / raw)
To: buildroot
The Config.in for glibc is a blind option and not part of the menu for
a user to select (the pkg is used for the Buildroot toolchain build),
however this patch adds the link for completeness of the pkg-stats
report and for future scripting which will generate xml updates of the
package's Common Product Enumeration (used for vunerability checking).
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
---
Changes
v1 -> v2
[Thomas
- Add a better description to the commit as a user will never use
kconfig to view this help message.
---
package/glibc/Config.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 57a2e83..63dd0f4 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -5,5 +5,6 @@ config BR2_PACKAGE_GLIBC
default y
select BR2_PACKAGE_LINUX_HEADERS
select BR2_TOOLCHAIN_HAS_SSP
-
+ help
+ https://www.gnu.org/software/libc/
endif
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] package/glibc: provide an upstream site link
2018-10-15 15:14 [Buildroot] [PATCH v2] package/glibc: provide an upstream site link Matt Weber
@ 2018-10-15 19:28 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-10-15 19:28 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 15 Oct 2018 10:14:34 -0500, Matt Weber wrote:
> The Config.in for glibc is a blind option and not part of the menu for
> a user to select (the pkg is used for the Buildroot toolchain build),
> however this patch adds the link for completeness of the pkg-stats
> report and for future scripting which will generate xml updates of the
> package's Common Product Enumeration (used for vunerability checking).
>
> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
> ---
> Changes
> v1 -> v2
> [Thomas
> - Add a better description to the commit as a user will never use
> kconfig to view this help message.
> ---
> package/glibc/Config.in | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-15 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-15 15:14 [Buildroot] [PATCH v2] package/glibc: provide an upstream site link Matt Weber
2018-10-15 19:28 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox