generic-poky/meta/packages/gperf/gperf-native_3.0.3.bb

11 lines
177 B
BlitzBasic

require gperf_${PV}.bb
S = "${WORKDIR}/gperf-${PV}"
inherit native
do_stage() {
install -d ${STAGING_BINDIR_NATIVE}
install ${S}/src/gperf ${STAGING_BINDIR_NATIVE}
}