package/glibc: provide an upstream site link
authorMatt Weber <matthew.weber@rockwellcollins.com>
Mon, 15 Oct 2018 15:14:34 +0000 (10:14 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 15 Oct 2018 19:21:22 +0000 (21:21 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/glibc/Config.in

index 57a2e833d22e97dfd4db0f48cedf5349cd0b036c..63dd0f4dd7c58b8d7f1dfa753c22f479d4215894 100644 (file)
@@ -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