aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dtc/dtc-native.inc
blob: 4503bc74d1077f9c2794ddd1f15f328b7982a683 (plain)
1
2
3
4
5
6
7
8
9
10
require dtc.inc

inherit native

NATIVE_INSTALL_WORKS = "1"

do_install() {
	install -d ${D}${bindir}
	install -m 755 dtc ${D}${bindir}/
}