mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/xapian: add CPE variables
cpe:2.3:a:xapian:xapian-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%3Axapian%3Axapian-core Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
c1eb722915
commit
62ac423ece
@@ -9,6 +9,8 @@ XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
|
||||
XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
|
||||
XAPIAN_LICENSE = GPL-2.0+
|
||||
XAPIAN_LICENSE_FILES = COPYING
|
||||
XAPIAN_CPE_ID_VENDOR = xapian
|
||||
XAPIAN_CPE_ID_PRODUCT = xapian-core
|
||||
XAPIAN_INSTALL_STAGING = YES
|
||||
XAPIAN_DEPENDENCIES = zlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user