aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dtc/dtc-native_git.bb
blob: 9ef9292e92860362ed69200af23e8f2e5552d0b3 (plain)
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
}