summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb
index 7c502838..a7370674 100644
--- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb
+++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb
@@ -51,7 +51,7 @@ DEVICETREE_PP_FLAGS ?= " \
51python () { 51python () {
52 # auto add dependency on kernel tree 52 # auto add dependency on kernel tree
53 if d.getVar("KERNEL_DTS_INCLUDE") != "": 53 if d.getVar("KERNEL_DTS_INCLUDE") != "":
54 d.appendVarFlag("do_compile", "depends", " virtual/kernel:do_shared_workdir") 54 d.appendVarFlag("do_compile", "depends", " virtual/kernel:do_configure")
55} 55}
56 56
57do_compile() { 57do_compile() {