blob: e5e5cf10c9e2492408515a6150c6cae56caa025a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "GNU gperf is a perfect hash function generator"
HOMEPAGE = "http://www.gnu.org/software/gperf"
SUMMARY = "Generate a perfect hash function from a set of keywords"
# 3.0.4 change to GPLv3, but only native version is used
LICENSE = "GPLv2+"
SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
file://autoreconf.patch"
inherit autotools
PR = "r1"
BBCLASSEXTEND = "native"
|