diff options
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index dd6578861a..196c8c7a24 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -18,7 +18,7 @@ inherit module-base | |||
18 | # ${B} not to change while we install, so virtual/kernel must finish do_compile. | 18 | # ${B} not to change while we install, so virtual/kernel must finish do_compile. |
19 | do_install[depends] += "virtual/kernel:do_shared_workdir" | 19 | do_install[depends] += "virtual/kernel:do_shared_workdir" |
20 | # Need the source, not just the output of populate_sysroot | 20 | # Need the source, not just the output of populate_sysroot |
21 | do_install[depends] += "virtual/kernel:do_compile" | 21 | do_install[depends] += "virtual/kernel:do_install" |
22 | 22 | ||
23 | # There's nothing to do here, except install the source where we can package it | 23 | # There's nothing to do here, except install the source where we can package it |
24 | do_fetch[noexec] = "1" | 24 | do_fetch[noexec] = "1" |