From: Kevin Tian Date: Fri, 2 Jul 2010 10:26:21 +0000 (+0800) Subject: gperf: fix metadata X-Git-Tag: 2011-1~5447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0760a38fb9dba00c396cb91e8ee514ec609473;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git gperf: fix metadata Signed-off-by: Kevin Tian --- diff --git a/meta/packages/gperf/gperf_3.0.3.bb b/meta/packages/gperf/gperf_3.0.3.bb index f6ab39e32eb..e5e5cf10c9e 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