mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/bitcoin: add CPE variables
cpe:2.3:a:bitcoin:bitcoin_core is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Abitcoin%3Abitcoin_core Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f2050d050b
commit
70acf563aa
@@ -9,6 +9,8 @@ BITCOIN_SITE = https://bitcoincore.org/bin/bitcoin-core-$(BITCOIN_VERSION)
|
||||
BITCOIN_AUTORECONF = YES
|
||||
BITCOIN_LICENSE = MIT
|
||||
BITCOIN_LICENSE_FILES = COPYING
|
||||
BITCOIN_CPE_ID_VENDOR = bitcoin
|
||||
BITCOIN_CPE_ID_PRODUCT = bitcoin_core
|
||||
BITCOIN_DEPENDENCIES = host-pkgconf boost libevent
|
||||
BITCOIN_MAKE_ENV = BITCOIN_GENBUILD_NO_GIT=1
|
||||
BITCOIN_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user