summaryrefslogtreecommitdiffstats
path: root/meta/packages/gperf
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-02 18:26:21 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:42 -0700
commitdd0760a38fb9dba00c396cb91e8ee514ec609473 (patch)
tree68607060ba4cf14e7c4ff011447cc63b51b942cd /meta/packages/gperf
parenta234ac09c1a4544ff045a8d91eb8e911b657d6fd (diff)
downloadpoky-dd0760a38fb9dba00c396cb91e8ee514ec609473.tar.gz
gperf: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/gperf')
-rw-r--r--meta/packages/gperf/gperf_3.0.3.bb6
1 files 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 f6ab39e32e..e5e5cf10c9 100644
--- a/meta/packages/gperf/gperf_3.0.3.bb
+++ b/meta/packages/gperf/gperf_3.0.3.bb
@@ -1,9 +1,11 @@
1DESCRIPTION = "GNU gperf is a perfect hash function generator"
1HOMEPAGE = "http://www.gnu.org/software/gperf" 2HOMEPAGE = "http://www.gnu.org/software/gperf"
2LICENSE = "GPL"
3SUMMARY = "Generate a perfect hash function from a set of keywords" 3SUMMARY = "Generate a perfect hash function from a set of keywords"
4# 3.0.4 change to GPLv3, but only native version is used
5LICENSE = "GPLv2+"
4 6
5SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ 7SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
6 file://autoreconf.patch;patch=1" 8 file://autoreconf.patch"
7 9
8inherit autotools 10inherit autotools
9 11