diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-01 12:37:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:37 +0000 |
commit | 35574646e73da6c73173512124f58ca81d3e7c64 (patch) | |
tree | 88c2f18bdff1b6f0e7ab1aa95824887ccb1509dd /meta/recipes-kernel/dtc/dtc_git.bb | |
parent | f7196be455c11cd7f0aa6442ba5dcb64c66e9769 (diff) | |
download | poky-35574646e73da6c73173512124f58ca81d3e7c64.tar.gz |
dtc: update to latest git version
Also remove patches that are no longer needed, as well as use the
installation that is provided by the Makefile. Put all the extra
stuff in a new dtc-misc package
(From OE-Core rev: 43213fd610da7b550e6d738e224b49004776f799)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_git.bb')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/meta/recipes-kernel/dtc/dtc_git.bb index e010488dd8..c205de7023 100644 --- a/meta/recipes-kernel/dtc/dtc_git.bb +++ b/meta/recipes-kernel/dtc/dtc_git.bb | |||
@@ -3,14 +3,10 @@ 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 = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" | 6 | SRCREV = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0" |
7 | PV = "1.3.0+git${SRCPV}" | 7 | PV = "1.3.0+git${SRCPV}" |
8 | PR = "${INC_PR}.0" | 8 | PR = "${INC_PR}.1" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | SRC_URI_PATCH = " file://remove_space_opt.patch" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | SRC_URI_PATCH_virtclass-native = "" | ||
14 | SRC_URI += "${SRC_URI_PATCH}" | ||
15 | |||
16 | BBCLASSEXTEND = "native" | ||