gperf: fix metadata

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Kevin Tian 2010-07-02 18:26:21 +08:00 committed by Saul Wold
parent a234ac09c1
commit dd0760a38f
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
DESCRIPTION = "GNU gperf is a perfect hash function generator"
HOMEPAGE = "http://www.gnu.org/software/gperf"
LICENSE = "GPL"
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;patch=1"
file://autoreconf.patch"
inherit autotools