diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-04-15 12:54:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-16 11:10:02 +0100 |
commit | fb757997883e7f877ef335f464f789c0fb84c2dc (patch) | |
tree | d9a607ac37472779c7db73f51de7a156ef4328e7 /meta/recipes-kernel/dtc | |
parent | 37a210e084092317375413c58bdb8d6e106512e0 (diff) | |
download | poky-fb757997883e7f877ef335f464f789c0fb84c2dc.tar.gz |
dtc: upgrade 1.4.7 -> 1.5.0
(From OE-Core rev: ff0237d14e3720e360395e29cdaf8b9dc84a5897)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/dtc/dtc_1.5.0.bb (renamed from meta/recipes-kernel/dtc/dtc_1.4.7.bb) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 7a923bf520..0650e3c82e 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
@@ -12,6 +12,8 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | |||
12 | 12 | ||
13 | EXTRA_OEMAKE='NO_PYTHON=1 PREFIX="${prefix}" LIBDIR="${libdir}" DESTDIR="${D}"' | 13 | EXTRA_OEMAKE='NO_PYTHON=1 PREFIX="${prefix}" LIBDIR="${libdir}" DESTDIR="${D}"' |
14 | 14 | ||
15 | inherit pkgconfig | ||
16 | |||
15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
16 | 18 | ||
17 | do_install () { | 19 | do_install () { |
diff --git a/meta/recipes-kernel/dtc/dtc_1.4.7.bb b/meta/recipes-kernel/dtc/dtc_1.5.0.bb index 6ce462a7f4..a9c131706c 100644 --- a/meta/recipes-kernel/dtc/dtc_1.4.7.bb +++ b/meta/recipes-kernel/dtc/dtc_1.5.0.bb | |||
@@ -3,7 +3,7 @@ require dtc.inc | |||
3 | LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | 3 | LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ |
4 | file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c" | 4 | file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c" |
5 | 5 | ||
6 | SRCREV = "88f18909db731a627456f26d779445f84e449536" | 6 | SRCREV = "d37f6b20107e952064e3f77e9d6915a9c09d10a6" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||