mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/cryptopp: add upstream URL in help text
The upstream URL was missing in the help text, so add it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit b20c8aa1f1)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
901f6e1cb4
commit
78cae9780a
@@ -6,6 +6,8 @@ config BR2_PACKAGE_CRYPTOPP
|
||||
help
|
||||
A free C++ class library of cryptographic schemes
|
||||
|
||||
https://cryptopp.com
|
||||
|
||||
comment "cryptopp needs a toolchain w/ C++, dynamic library, wchar"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
||||
!BR2_USE_WCHAR
|
||||
|
||||
Reference in New Issue
Block a user