24fa507acf
Revert gperf bump, it's breaking everything left and right. Fixes:
http://autobuild.buildroot.net/results/9d5/9d5dad172fe5c5a6247cd5ce6928307236184a64/
http://autobuild.buildroot.net/results/872/8728860024c7d114fb5b8df3f55588ac09ecf323/
And probably other packages as well.
This reverts commit 570c8d2ae6
.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
351 B
Makefile
14 lines
351 B
Makefile
################################################################################
|
|
#
|
|
# gperf
|
|
#
|
|
################################################################################
|
|
|
|
GPERF_VERSION = 3.0.4
|
|
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
|
GPERF_LICENSE = GPLv3+
|
|
GPERF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|