From: Luca Ceresoli Date: Thu, 24 Aug 2017 07:40:54 +0000 (+0200) Subject: kernel-yocto: fix typo in error message X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b4e043e9e2125105c697be2d0f75b3f01f91b1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3c6df92131b..c8ed1e9108c 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