diff options
Diffstat (limited to 'recipes-kernel/dtc/dtc-145_git.bb')
| -rw-r--r-- | recipes-kernel/dtc/dtc-145_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb deleted file mode 100644 index 2d4097bba..000000000 --- a/recipes-kernel/dtc/dtc-145_git.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | require recipes-kernel/dtc/dtc.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = " \ | ||
| 4 | file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 5 | file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRCREV = "22a65c5331c22979d416738eb756b9541672e00d" | ||
| 9 | |||
| 10 | SRC_URI += "file://0001-Fix-compiler-warnings-seen-with-musl.patch \ | ||
| 11 | " | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | # only install the dtc binary renamed to dtc-145 | ||
| 15 | do_install () { | ||
| 16 | install -d ${D}/${bindir} | ||
| 17 | install -m 755 dtc ${D}/${bindir}/dtc-145 | ||
| 18 | } | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
