]> code.ossystems Code Review - openembedded-core.git/commitdiff
gperf: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Fri, 2 Jul 2010 10:26:21 +0000 (18:26 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:42 +0000 (15:32 -0700)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/gperf/gperf_3.0.3.bb

index f6ab39e32ebe80a4b30f462bf0816f35c0263818..e5e5cf10c9e2492408515a6150c6cae56caa025a 100644 (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