From dd0760a38fb9dba00c396cb91e8ee514ec609473 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Fri, 2 Jul 2010 18:26:21 +0800 Subject: gperf: fix metadata Signed-off-by: Kevin Tian --- meta/packages/gperf/gperf_3.0.3.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/packages/gperf/gperf_3.0.3.bb b/meta/packages/gperf/gperf_3.0.3.bb index f6ab39e32..e5e5cf10c 100644 --- a/meta/packages/gperf/gperf_3.0.3.bb +++ b/meta/packages/gperf/gperf_3.0.3.bb @@ -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 -- cgit v1.2.3