mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
gperf: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
require gperf_${PV}.bb
|
||||
|
||||
S = "${WORKDIR}/gperf-${PV}"
|
||||
|
||||
inherit native
|
||||
|
||||
do_stage() {
|
||||
install -d ${STAGING_BINDIR_NATIVE}
|
||||
install ${S}/src/gperf ${STAGING_BINDIR_NATIVE}
|
||||
}
|
||||
@@ -5,4 +5,8 @@ SUMMARY = "Generate a perfect hash function from a set of keywords"
|
||||
SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \
|
||||
file://autoreconf.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools_stage
|
||||
|
||||
PR = "r1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user