diff options
| -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 | ||
