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.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 @@
1require dtc.inc 1require dtc.inc
2require dtc_git.inc 2
3LICENSE="GPLv2|BSD"
4LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ 3LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
5 file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c" 4 file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
6 5
7SRC_URI += " file://remove_space_opt.patch" 6SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
7PV = "1.3.0+git${SRCPV}"
8PR = "${INC_PR}.0"
9
10S = "${WORKDIR}/git"
11
12SRC_URI_PATCH = " file://remove_space_opt.patch"
13SRC_URI_PATCH_virtclass-native = ""
14SRC_URI += "${SRC_URI_PATCH}"
15
16BBCLASSEXTEND = "native"