From: Luca Ceresoli Date: Thu, 24 Aug 2017 07:40:54 +0000 (+0200) Subject: kernel-yocto: fix typo in error message X-Git-Tag: 2017-10~458 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=92b4e043e9e2125105c697be2d0f75b3f01f91b1;p=openembedded-core.git kernel-yocto: fix typo in error message Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 3c6df92131..c8ed1e9108 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass @@ -113,7 +113,7 @@ do_kernel_metadata() { sccs="${WORKDIR}/defconfig" fi else - bbfatal "A KBUILD_DECONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree" + bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree" fi fi