diff options
Diffstat (limited to 'meta/classes-recipe/kernel.bbclass')
-rw-r--r-- | meta/classes-recipe/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass index db4461e551..b084d6d69d 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass | |||
@@ -645,7 +645,7 @@ python check_oldest_kernel() { | |||
645 | } | 645 | } |
646 | 646 | ||
647 | check_oldest_kernel[vardepsexclude] += "OLDEST_KERNEL KERNEL_VERSION" | 647 | check_oldest_kernel[vardepsexclude] += "OLDEST_KERNEL KERNEL_VERSION" |
648 | do_configure[prefuncs] += "check_oldest_kernel" | 648 | do_compile[postfuncs] += "check_oldest_kernel" |
649 | 649 | ||
650 | KERNEL_LOCALVERSION ??= "" | 650 | KERNEL_LOCALVERSION ??= "" |
651 | 651 | ||