summaryrefslogtreecommitdiff
path: root/meta/packages/gperf/gperf_3.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gperf/gperf_3.0.3.bb')
-rw-r--r--meta/packages/gperf/gperf_3.0.3.bb15
1 files changed, 4 insertions, 11 deletions
diff --git a/meta/packages/gperf/gperf_3.0.3.bb b/meta/packages/gperf/gperf_3.0.3.bb
index e5e5cf10c..5cccdf1ad 100644
--- a/meta/packages/gperf/gperf_3.0.3.bb
+++ b/meta/packages/gperf/gperf_3.0.3.bb
@@ -1,14 +1,7 @@
-DESCRIPTION = "GNU gperf is a perfect hash function generator"
-HOMEPAGE = "http://www.gnu.org/software/gperf"
-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"
+require gperf.inc
-inherit autotools
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a5f84abb0070adf8a0925d7d534b6e0a \
+ file://src/main.cc;firstline=8;endline=19;md5=3eab12ba436c4da725b19b131def6de9"
PR = "r1"
-
-BBCLASSEXTEND = "native"