Revert "package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT"

This reverts commit 3712e1dee7.

gperf -- the GNU perfect hash function generator
https://www.gnu.org/software/gperf/

and

gperftools -- the Google Performance Tools
https://github.com/gperftools/gperftools

are two different and unrelated projects.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Julien Olivain 2022-12-17 16:09:09 +01:00 committed by Peter Korsgaard
parent 46686174e5
commit 7aeb6c654e

View File

@ -8,8 +8,6 @@ GPERF_VERSION = 3.1
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
GPERF_LICENSE = GPL-3.0+
GPERF_LICENSE_FILES = COPYING
GPERF_CPE_ID_VENDOR = gperftools_project
GPERF_CPE_ID_PRODUCT = gperftools
$(eval $(autotools-package))
$(eval $(host-autotools-package))