aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gperf/gperf-native_3.0.3.bb
blob: 103d1aa3c2bc6cb5ff5cedbc2754c7a29b53c795 (plain)
1
2
3
4
5
6
7
8
9
10
require gperf_${PV}.bb

S = "${WORKDIR}/gperf-${PV}"

inherit native

do_stage() {
    install -d ${STAGING_BINDIR_NATIVE}
    install ${S}/src/gperf ${STAGING_BINDIR_NATIVE}
}