summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/kernel-devsrc.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
index 9fb761b46b..dbb3a5c581 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -16,6 +16,8 @@ inherit module-base
16# We need the kernel to be staged (unpacked, patched and configured) before 16# We need the kernel to be staged (unpacked, patched and configured) before
17# we can grab the source and make the kernel-devsrc package 17# we can grab the source and make the kernel-devsrc package
18do_install[depends] += "virtual/kernel:do_populate_sysroot" 18do_install[depends] += "virtual/kernel:do_populate_sysroot"
19# Need the source, not just the output of populate_sysroot
20do_install[depends] += "virtual/kernel:do_configure"
19 21
20# There's nothing to do here, except install the source where we can package it 22# There's nothing to do here, except install the source where we can package it
21do_fetch[noexec] = "1" 23do_fetch[noexec] = "1"