summaryrefslogtreecommitdiffstats
path: root/recipes/dtc/dtc-native.inc
blob: 838845864d00d6fea096baec81ff050d7c1a80fa (plain)
1
2
3
4
5
6
7
8
require dtc.inc

inherit native

do_stage() {
	install -m 755 dtc ${STAGING_BINDIR}/dtc
}