Merge branch 'for-upstream' into mini2440-stable
[openembedded/mini2440.git] / recipes / dtc / dtc.inc
blob4bf1bc8ed1127d1dc81fa74c8082270a9b22bde1
1 DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
2 SECTION = "bootloader"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
6 inherit autotools
8 do_install() {
9         install -m 0755 -d ${D}${bindir}        
10         install -m 755 dtc ${D}${bindir}/dtc