diff options
author | Leon Woestenberg <leon@witty.(none)> | 2009-01-06 17:06:14 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@witty.(none)> | 2009-01-06 17:07:17 +0100 |
commit | 7a9edc3215b693073101e2691aefb93804493336 (patch) | |
tree | 6391075f24153332314e478a0f290b6e9ab57eb1 /packages/dtc/dtc.inc | |
parent | e625b67830de99dc50610802c9412bd92baced46 (diff) |
dtc: Add 1.2.0 and use -native.inc and .inc files.
Diffstat (limited to 'packages/dtc/dtc.inc')
-rw-r--r-- | packages/dtc/dtc.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/dtc/dtc.inc b/packages/dtc/dtc.inc new file mode 100644 index 0000000000..4bf1bc8ed1 --- /dev/null +++ b/packages/dtc/dtc.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." +SECTION = "bootloader" +PRIORITY = "optional" +LICENSE = "GPL" + +inherit autotools + +do_install() { + install -m 0755 -d ${D}${bindir} + install -m 755 dtc ${D}${bindir}/dtc +} + |