kernel.bbclass: fix spacing to reduce delta between oe-core and meta-oe

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador
2011-07-16 18:48:13 +00:00
committed by Koen Kooi
parent 408b046b59
commit d0d016e117
-1
View File
@@ -189,7 +189,6 @@ kernel_do_configure() {
if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then
cp "${WORKDIR}/defconfig" "${B}/.config"
fi
yes '' | oe_runmake oldconfig
if [ ! -z "${INITRAMFS_IMAGE}" ]; then