summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc.inc
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.inc
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.inc')
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index eae46ac2d7..0f45d5f08e 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -6,13 +6,13 @@ DEPENDS = "flex-native bison-native"
6 6
7inherit autotools 7inherit autotools
8 8
9do_install() {
10 install -m 0755 -d ${D}${bindir}
11 install -m 755 dtc ${D}${bindir}/dtc
12}
13SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ 9SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
14 file://fix_for_compilation_with_gcc_4.6.0.patch" 10 "
15 11
16INC_PR = "r0" 12EXTRA_OEMAKE='PREFIX="${prefix}"'
13INC_PR = "r1"
17 14
18S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16
17PACKAGES =+ "${PN}-misc"
18FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff"