summaryrefslogtreecommitdiffstats
path: root/meta/packages/gperf
diff options
context:
space:
mode:
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