aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/dtc/dtc-145_git.bb
blob: 2d4097bbade1bdbfffefc82874cff3b4527ea648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require recipes-kernel/dtc/dtc.inc

LIC_FILES_CHKSUM = " \
    file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
    file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c \
"

SRCREV = "22a65c5331c22979d416738eb756b9541672e00d"

SRC_URI += "file://0001-Fix-compiler-warnings-seen-with-musl.patch \
           "
S = "${WORKDIR}/git"

# only install the dtc binary renamed to dtc-145
do_install () {
    install -d ${D}/${bindir}
    install -m 755 dtc ${D}/${bindir}/dtc-145
}

BBCLASSEXTEND = "native nativesdk"