build, imagebuilder: Do not require compilers
authorSven Roederer <devel-sven@geroedel.de>
Sun, 27 Sep 2020 21:07:38 +0000 (23:07 +0200)
committerPaul Spooren <mail@aparcar.org>
Thu, 31 Dec 2020 19:32:33 +0000 (09:32 -1000)
commit79b1fa170288115d1929c55713dc840a133bddd9
treed9e80270c217cacce580b94afaac7c7a7b29c16d
parent58138df2d56789f0b3da3fe0592d9d1288803bcb
build, imagebuilder: Do not require compilers

The buildroot and SDK both require the compilers (gcc, g++) to be
installed on the host system, however the ImageBuilder uses precompiled
binaries.

This patch changes the prerequirements checks to skip the checking for
the compilers if running as ImageBuilder. A similar change has been
made for libncurses-dev in 4a1a58a3e2d2.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
Acked-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit ae12a747cae3df16d84b7dc92f39427948d4e8e2)
include/prereq-build.mk