summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_git.bb
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-01 12:37:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-07 14:05:37 +0000
commit35574646e73da6c73173512124f58ca81d3e7c64 (patch)
tree88c2f18bdff1b6f0e7ab1aa95824887ccb1509dd /meta/recipes-kernel/dtc/dtc_git.bb
parentf7196be455c11cd7f0aa6442ba5dcb64c66e9769 (diff)
downloadpoky-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.bb10
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
3LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ 3LIC_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
6SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" 6SRCREV = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0"
7PV = "1.3.0+git${SRCPV}" 7PV = "1.3.0+git${SRCPV}"
8PR = "${INC_PR}.0" 8PR = "${INC_PR}.1"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12SRC_URI_PATCH = " file://remove_space_opt.patch" 12BBCLASSEXTEND = "native nativesdk"
13SRC_URI_PATCH_virtclass-native = ""
14SRC_URI += "${SRC_URI_PATCH}"
15
16BBCLASSEXTEND = "native"