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 13:58:47 +0000 |
commit | 43213fd610da7b550e6d738e224b49004776f799 (patch) | |
tree | 4c7349cfdebea3fb87f0639e8094c94af076b114 /meta/recipes-kernel/dtc/dtc.inc | |
parent | f3a7b6aaa9be4763d13214c3264b86a1c7bf5e9f (diff) | |
download | openembedded-core-43213fd610da7b550e6d738e224b49004776f799.tar.gz openembedded-core-43213fd610da7b550e6d738e224b49004776f799.tar.bz2 openembedded-core-43213fd610da7b550e6d738e224b49004776f799.zip |
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
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc.inc')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 12 |
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" inherit autotools -do_install() { - install -m 0755 -d ${D}${bindir} - install -m 755 dtc ${D}${bindir}/dtc -} SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ - file://fix_for_compilation_with_gcc_4.6.0.patch" + " -INC_PR = "r0" +EXTRA_OEMAKE='PREFIX="${prefix}"' +INC_PR = "r1" S = "${WORKDIR}/git" + +PACKAGES =+ "${PN}-misc" +FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" |