mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/mpfr: fix CPE variables
cpe:2.3:a:gnu:mpfr added by commit63332c33aahas never been a valid CPE identifier for this package cpe:2.3:a:mpfr:gnu_mpfr is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/detail/7B981E0A-5BAC-4A80-A734-5FD4B51B04EF Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit186883f497) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
29095831f2
commit
a5f721dca6
@@ -9,7 +9,8 @@ MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
|
||||
MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.xz
|
||||
MPFR_LICENSE = LGPL-3.0+
|
||||
MPFR_LICENSE_FILES = COPYING.LESSER
|
||||
MPFR_CPE_ID_VENDOR = gnu
|
||||
MPFR_CPE_ID_VENDOR = mpfr
|
||||
MPFR_CPE_ID_PRODUCT = gnu_mpfr
|
||||
MPFR_INSTALL_STAGING = YES
|
||||
MPFR_DEPENDENCIES = gmp
|
||||
HOST_MPFR_DEPENDENCIES = host-gmp
|
||||
|
||||
Reference in New Issue
Block a user