diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-07-02 18:26:21 +0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:42 -0700 |
| commit | dd0760a38fb9dba00c396cb91e8ee514ec609473 (patch) | |
| tree | 68607060ba4cf14e7c4ff011447cc63b51b942cd | |
| parent | a234ac09c1a4544ff045a8d91eb8e911b657d6fd (diff) | |
| download | poky-dd0760a38fb9dba00c396cb91e8ee514ec609473.tar.gz | |
gperf: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
| -rw-r--r-- | meta/packages/gperf/gperf_3.0.3.bb | 6 |
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 @@ | |||
| 1 | DESCRIPTION = "GNU gperf is a perfect hash function generator" | ||
| 1 | HOMEPAGE = "http://www.gnu.org/software/gperf" | 2 | HOMEPAGE = "http://www.gnu.org/software/gperf" |
| 2 | LICENSE = "GPL" | ||
| 3 | SUMMARY = "Generate a perfect hash function from a set of keywords" | 3 | SUMMARY = "Generate a perfect hash function from a set of keywords" |
| 4 | # 3.0.4 change to GPLv3, but only native version is used | ||
| 5 | LICENSE = "GPLv2+" | ||
| 4 | 6 | ||
| 5 | SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ | 7 | SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ |
| 6 | file://autoreconf.patch;patch=1" | 8 | file://autoreconf.patch" |
| 7 | 9 | ||
| 8 | inherit autotools | 10 | inherit autotools |
| 9 | 11 | ||
