mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user