aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_git.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-24 14:55:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-01 18:32:27 +0100
commit22988891bd66f4e65ba47b7e5eb261da281e6cba (patch)
treef66f10b4a65d10e90fde035d20398abdcf714e64 /meta/recipes-kernel/dtc/dtc_git.bb
parentac9d1c23ba47455eb99d8c2c661fc70583d7c02b (diff)
downloadopenembedded-core-contrib-22988891bd66f4e65ba47b7e5eb261da281e6cba.tar.gz
dtc: Cleanup and update recipe
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_git.bb')
-rw-r--r--meta/recipes-kernel/dtc/dtc_git.bb15
1 files changed, 12 insertions, 3 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/meta/recipes-kernel/dtc/dtc_git.bb
index 1cca32cedb..e010488dd8 100644
--- a/meta/recipes-kernel/dtc/dtc_git.bb
+++ b/meta/recipes-kernel/dtc/dtc_git.bb
@@ -1,7 +1,16 @@
require dtc.inc
-require dtc_git.inc
-LICENSE="GPLv2|BSD"
+
LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
-SRC_URI += " file://remove_space_opt.patch"
+SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
+PV = "1.3.0+git${SRCPV}"
+PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/git"
+
+SRC_URI_PATCH = " file://remove_space_opt.patch"
+SRC_URI_PATCH_virtclass-native = ""
+SRC_URI += "${SRC_URI_PATCH}"
+
+BBCLASSEXTEND = "native"