1 2 3 4 5 6 7 8 9 10 11 12 13 14
DESCRIPTION = "dtc tool" SECTION = "bootloader" PRIORITY = "optional" LICENSE = "GPL" SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git" S = "${WORKDIR}/git" inherit autotools native do_stage() { install -m 755 dtc ${STAGING_BINDIR}/dtc }