summaryrefslogtreecommitdiffstats
path: root/package/glibc
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2018-10-15 10:14:34 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-15 21:21:22 +0200
commitea5525e116c95310777351415b527a3b26078193 (patch)
tree1f0c657b12990f3d83ee1cb78a114d9c8b816569 /package/glibc
parent0769f7fc4b3e47e05c9a7951aefa81a2dbaeab0d (diff)
downloadbuildroot-ea5525e116c95310777351415b527a3b26078193.tar.gz
buildroot-ea5525e116c95310777351415b527a3b26078193.zip
package/glibc: provide an upstream site link
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>
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 57a2e833d2..63dd0f4dd7 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
OpenPOWER on IntegriCloud