summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_git.bb
diff options
context:
space:
mode:
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"