diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-03 15:07:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:44:12 +0100 |
commit | 0b507308f24074a63573ae7f74858de9aa0c868a (patch) | |
tree | ab6612aaa6a4eed8bedfbde7b0f7a29a1cbb2373 /meta/recipes-kernel | |
parent | 2193241175e97e34270ea53f89f31c667e2952fb (diff) | |
download | poky-0b507308f24074a63573ae7f74858de9aa0c868a.tar.gz |
dtc: Update to 1.4.0 Git Tag
(From OE-Core rev: 88913e38c4ee1bdde2ad9f23fa02112ddbe8f590)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/dtc/dtc_git.bb | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 18847c613f..6888c55d5f 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
@@ -11,7 +11,6 @@ SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ | |||
11 | " | 11 | " |
12 | 12 | ||
13 | EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' | 13 | EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' |
14 | INC_PR = "r3" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
17 | 16 | ||
diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/meta/recipes-kernel/dtc/dtc_git.bb index c205de7023..0bd3acf6c0 100644 --- a/meta/recipes-kernel/dtc/dtc_git.bb +++ b/meta/recipes-kernel/dtc/dtc_git.bb | |||
@@ -3,9 +3,8 @@ 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 = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0" | 6 | SRCREV = "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf" |
7 | PV = "1.3.0+git${SRCPV}" | 7 | PV = "1.4.0+git${SRCPV}" |
8 | PR = "${INC_PR}.1" | ||
9 | 8 | ||
10 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
11 | 10 | ||