blob: 30b40be560a335e16fb858cb83c241ff9f4304b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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;patch=1"
inherit autotools
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
|