Extend checks on build prerequisites for building OpenWRT core
authorBas Mevissen <abuse@basmevissen.nl>
Mon, 19 Apr 2021 23:08:19 +0000 (01:08 +0200)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Sat, 8 May 2021 10:45:55 +0000 (12:45 +0200)
commit567ad2d434a464f80c278800050fb3a9b9c49c9a
tree2ab1bbb5135a4a3bf7ddfccb1622b6b0d523bdf9
parent04579a527a07b9d3fc543d84828b607bed1b3732
Extend checks on build prerequisites for building OpenWRT core

OpenWRT requires a number of Perl modules to be installed. It wasn't checking on all of them.
This patch adds checks for Perl FindBin, File::Copy, File::Compare and Thread::Queue modules.

Failing to install these, will have the build break at some point. By adding these to the
prereq-build.mk script, they are checked on forehand.

Tested on a Fedora 33 and 34 (beta) that was freshly installed. Fedora appears to
break up Perl modules into small packages that need to be installed for the build to succeed.

Signed-off-by: Bas Mevissen <abuse@basmevissen.nl>
(cherry picked from commit f68c9474acf9a65b5a9538db8e45c173462487e3)
include/prereq-build.mk