summaryrefslogtreecommitdiffstats
path: root/recipes/gperf/gperf_3.0.3.bb
blob: 4f6b5ab6e864d2f0409b61d6d1553ccb7da9904c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HOMEPAGE = "http://www.gnu.org/software/gperf"
LICENSE  = "GPL"
SUMMARY  = "Generate a perfect hash function from a set of keywords"

SRC_URI  = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
            file://autoreconf.patch"

inherit autotools

NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"

SRC_URI[md5sum] = "cc20e58975a38075440423c8fb85fd00"
SRC_URI[sha256sum] = "63287527c8d9e27e801cf0804436f3494bd569db05d49dcdd2a942ae72fa9055"