summaryrefslogtreecommitdiffstats
path: root/meta/packages/gperf/gperf_3.0.3.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-19 10:21:28 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 21:44:37 +0100
commit856769b0016c480627c9302b8dc8d2f479058120 (patch)
treee60676dcdda9590bf7056c016462b159233d9144 /meta/packages/gperf/gperf_3.0.3.bb
parent98cdb305585e1e376d9811cfaa7c86399075c668 (diff)
downloadpoky-856769b0016c480627c9302b8dc8d2f479058120.tar.gz
gperf: upgrade to 3.0.4
[Patches] REMOVE _autoreconf.patch_: no need to duplicate acinclude.m4 in every subdirectory [Recipe] - Keep original 3.0.3 version for GPLv2 requirement. 3.0.4 has bumped to GPLv3+ - add gperf.inc for common lines - instead of duplicating acinclude.m4 in every subdirectory, use " -I ${S}" to ensure acinlude.m4 successfully found by m4_include Signed-off-by: Kevin Tian <kevin.tian@intel.com>
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 e5e5cf10c9..5cccdf1adb 100644
--- a/meta/packages/gperf/gperf_3.0.3.bb
+++ b/meta/packages/gperf/gperf_3.0.3.bb
@@ -1,14 +1,7 @@
1DESCRIPTION = "GNU gperf is a perfect hash function generator" 1require gperf.inc
2HOMEPAGE = "http://www.gnu.org/software/gperf"
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+"
6
7SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
8 file://autoreconf.patch"
9 2
10inherit autotools 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a5f84abb0070adf8a0925d7d534b6e0a \
5 file://src/main.cc;firstline=8;endline=19;md5=3eab12ba436c4da725b19b131def6de9"
11 6
12PR = "r1" 7PR = "r1"
13
14BBCLASSEXTEND = "native"