diff options
Diffstat (limited to 'packages/dtc/dtc_1.1.0.bb')
-rw-r--r-- | packages/dtc/dtc_1.1.0.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/packages/dtc/dtc_1.1.0.bb b/packages/dtc/dtc_1.1.0.bb index 933716dcc8..7cdccec066 100644 --- a/packages/dtc/dtc_1.1.0.bb +++ b/packages/dtc/dtc_1.1.0.bb @@ -1,17 +1,8 @@ -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" +require dtc.inc -DEFAULT_PREFERENCE = "1" +PR = "r1" SRC_URI = "http://www.jdl.com/software/dtc-v${PV}.tgz" S = "${WORKDIR}/dtc-v${PV}" -inherit autotools - -do_install() { - install -m 0755 -d ${D}${bindir} - install -m 755 dtc ${D}${bindir}/dtc -} |