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>
This commit is contained in:
Matthew McClintock
2011-11-01 12:37:36 -05:00
committed by Richard Purdie
parent f7196be455
commit 35574646e7
4 changed files with 9 additions and 82 deletions

View File

@@ -3,14 +3,10 @@ require dtc.inc
LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
SRCREV = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0"
PV = "1.3.0+git${SRCPV}"
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
S = "${WORKDIR}/git"
SRC_URI_PATCH = " file://remove_space_opt.patch"
SRC_URI_PATCH_virtclass-native = ""
SRC_URI += "${SRC_URI_PATCH}"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"