aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ethload/ethload-native_1.2.bb
blob: c2c3a5505146fe44722ae493c267ac9271346f9e (plain)
1
2
3
4
5
6
7
SECTION = "console/network"
require ethload_${PV}.bb
inherit native

do_stage() {
	install -m 0755 ethload ${STAGING_BINDIR}
}