summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-08-14 17:18:46 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-08-14 17:18:46 +0200
commit3d5828eff6018017e10af1344f40150a2d87c1e3 (patch)
tree94c244a9c1529e51892d9ed6aa76281fd27ad2b1
parente2377bbd16d6c8c01591ea3c91355e21c03f1bde (diff)
Fix do_patch[depends] statement
We were overwriting the previous values. Thus quilt was not deployed for patching and thus failing. Change-Id: I031a09059dd5ae163baa37d7bf8866528cde3fce Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-profile-core/recipes-kernel/most/most.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-kernel/most/most.bbappend b/meta-agl-profile-core/recipes-kernel/most/most.bbappend
index 4ebcba88d..8515d4cc8 100644
--- a/meta-agl-profile-core/recipes-kernel/most/most.bbappend
+++ b/meta-agl-profile-core/recipes-kernel/most/most.bbappend
@@ -25,4 +25,4 @@ SRC_URI_append = " \
file://0009-dim2-use-device-for-coherent-memory-allocation.patch \
"
# Make sure we can expose KERNEL_VERSION ...
-do_patch[depends] = "virtual/kernel:do_populate_sysroot"
+do_patch[depends] += "virtual/kernel:do_populate_sysroot"