generic-poky/meta/packages/gperf/gperf_3.0.3.bb
Kevin Tian dd0760a38f gperf: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-02 15:32:42 -07:00

15 lines
403 B
BlitzBasic

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"