dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / dtc / dtc.inc
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"
5
6 inherit autotools
7
8 do_install() {
9         install -m 0755 -d ${D}${bindir}        
10         install -m 755 dtc ${D}${bindir}/dtc
11 }
12