[Buildroot] [git commit branch/2022.11.x] Revert "package/gperf: add _CPE_ID_VENDOR and _CPE_ID_PRODUCT"

Peter Korsgaard peter at korsgaard.com
Wed Dec 21 18:00:10 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=a15a4c66a86f6fcce4d16f81551e0ecc7e64a676
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.11.x

This reverts commit 3712e1dee7626b0c3262c054b5b9c2769fd2a61e.

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 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 7aeb6c654e16863dc9d7f0d5b92414b52669299f)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gperf/gperf.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk
index c2f042c464..4b928a0ebd 100644
--- a/package/gperf/gperf.mk
+++ b/package/gperf/gperf.mk
@@ -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))



More information about the buildroot mailing list