mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
WARNING: dtc: No generic license file exists for: GPL2 in any provider (From OE-Core rev: bdaa8c17ed8171ce827e84b8680ca8248e10a1d2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
548 B
PHP
20 lines
548 B
PHP
SUMMARY = "Device Tree Compiler"
|
|
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
|
|
SECTION = "bootloader"
|
|
LICENSE = "GPLv2 | BSD"
|
|
DEPENDS = "flex-native bison-native"
|
|
|
|
inherit autotools
|
|
|
|
SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
|
|
file://make_install.patch \
|
|
"
|
|
|
|
EXTRA_OEMAKE='PREFIX="${prefix}"'
|
|
INC_PR = "r2"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGES =+ "${PN}-misc"
|
|
FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff"
|