7aeb6c654e
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>
14 lines
351 B
Makefile
14 lines
351 B
Makefile
################################################################################
|
|
#
|
|
# gperf
|
|
#
|
|
################################################################################
|
|
|
|
GPERF_VERSION = 3.1
|
|
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
|
GPERF_LICENSE = GPL-3.0+
|
|
GPERF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|