Fix do_patch[depends] statement 21/16121/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 14 Aug 2018 15:18:46 +0000 (17:18 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 14 Aug 2018 15:18:46 +0000 (17:18 +0200)
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>
meta-agl-profile-core/recipes-kernel/most/most.bbappend

index 4ebcba8..8515d4c 100644 (file)
@@ -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"