diff options
author | 2019-11-29 16:06:44 +0000 | |
---|---|---|
committer | 2019-12-05 22:09:19 +0100 | |
commit | 77bb8e6dabe53c77c4df4c86b68826e8f3e7186f (patch) | |
tree | 97de41378aa66c7a48f03ce0074fa7646e10d503 | |
parent | da6225920210d7d149c04ed2213a3f31d255f306 (diff) | |
download | buildroot-77bb8e6dabe53c77c4df4c86b68826e8f3e7186f.tar.gz buildroot-77bb8e6dabe53c77c4df4c86b68826e8f3e7186f.tar.bz2 |
package/oprofile: add an upstream URL to Config.in
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit c04dab6f6f5ff726aed5f724ffe82ef70551de89)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/oprofile/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in index d99a7e60c8..cce2cfdab8 100644 --- a/package/oprofile/Config.in +++ b/package/oprofile/Config.in @@ -39,6 +39,8 @@ config BR2_PACKAGE_OPROFILE interrupt handlers, kernel modules, the kernel, shared libraries, and applications. + https://sourceforge.net/projects/oprofile/ + comment "oprofile needs a toolchain w/ C++, wchar" depends on BR2_USE_MMU depends on BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS |