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-29 23:41:37 +0000
commit8737b88f0da61af25ab9731acd9f2c3821170cdb (patch)
treead4aafdc89ab8a54a36c3b08ebd08c30673bd962 /meta/recipes-kernel/dtc/dtc_1.4.5.bb
parent0b91fc6650de386c672f49b4c8ba1dd9a6cef6f2 (diff)
downloadopenembedded-core-8737b88f0da61af25ab9731acd9f2c3821170cdb.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. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
+require dtc.inc
+
+LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
+
+SRCREV = "22a65c5331c22979d416738eb756b9541672e00d"
+
+S = "${WORKDIR}/git"
+
+BBCLASSEXTEND = "native nativesdk"