summaryrefslogtreecommitdiff
path: root/packages/ethload/ethload-native_1.2.bb
blob: 777868006aec732ad17ef8834ec0217e375f1069 (plain)
1
2
3
4
5
6
7
SECTION = "console/network"
include ethload_${PV}.bb
inherit native

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