diff options
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_git.bb')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc_git.bb | 10 |
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 | |||
3 | LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | 3 | LIC_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 | ||
6 | SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" | 6 | SRCREV = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0" |
7 | PV = "1.3.0+git${SRCPV}" | 7 | PV = "1.3.0+git${SRCPV}" |
8 | PR = "${INC_PR}.0" | 8 | PR = "${INC_PR}.1" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | SRC_URI_PATCH = " file://remove_space_opt.patch" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | SRC_URI_PATCH_virtclass-native = "" | ||
14 | SRC_URI += "${SRC_URI_PATCH}" | ||
15 | |||
16 | BBCLASSEXTEND = "native" | ||