aboutsummaryrefslogtreecommitdiffstats
path: root/stat/stat-native_3.3.oe
blob: 32b1b47bae1e64a84a425181375b70cd1844973c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "console/utils"
include stat_${PV}.oe
inherit native
S = "${WORKDIR}/stat-${PV}"

do_stage() {
	install -m 755 stat ${STAGING_BINDIR}

}

do_install() {
	true
}