gperf: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-05 13:49:46 +00:00
parent b8def21047
commit 65d097ca22
3 changed files with 5 additions and 11 deletions

View File

@@ -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}
}

View File

@@ -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"