summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_1.4.5.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-14 16:57:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-30 10:49:22 +0000
commitde94f5e140870eec37f5e44c3cc5c8b73166c142 (patch)
tree4606de200fa8c19059ed923ec7c17797eec7d7ae /meta/recipes-kernel/dtc/dtc_1.4.5.bb
parent41d4066ccd375c0eae2665849a4c6ed565443870 (diff)
downloadpoky-de94f5e140870eec37f5e44c3cc5c8b73166c142.tar.gz
dtc: update to 1.4.5
Also fix upstream check and disable newly added python2-only bindings (as there is no clear need for them and python 2 is deprecated). Add a backported patch to address format errors when compiling. (From OE-Core rev: 8737b88f0da61af25ab9731acd9f2c3821170cdb) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_1.4.5.bb')
-rw-r--r--meta/recipes-kernel/dtc/dtc_1.4.5.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_1.4.5.bb b/meta/recipes-kernel/dtc/dtc_1.4.5.bb
new file mode 100644
index 0000000000..0e46cfbeb4
--- /dev/null
+++ b/meta/recipes-kernel/dtc/dtc_1.4.5.bb
@@ -0,0 +1,10 @@
1require dtc.inc
2
3LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
4 file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
5
6SRCREV = "22a65c5331c22979d416738eb756b9541672e00d"
7
8S = "${WORKDIR}/git"
9
10BBCLASSEXTEND = "native nativesdk"