package/mono: needs host-python3
host-python3 is needed to avoid the following build failure since bump to version 6.12.0.90 in commit4be06fa8aa
and0f47ea5d80
: checking for a Python interpreter with version >= 3.2... none configure: error: no suitable Python interpreter found Fixes: - http://autobuild.buildroot.org/results/6a185e69fe8e123ba26c26b69091d001656693c7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
66671e57c1
commit
285eb82395
@ -53,7 +53,7 @@ HOST_MONO_CONF_OPTS = $(MONO_COMMON_CONF_OPTS) --disable-libraries
|
||||
# ensure monolite is used
|
||||
HOST_MONO_MAKE_OPTS += EXTERNAL_MCS=false
|
||||
|
||||
HOST_MONO_DEPENDENCIES = host-monolite host-gettext
|
||||
HOST_MONO_DEPENDENCIES = host-monolite host-gettext host-python3
|
||||
|
||||
define HOST_MONO_SETUP_MONOLITE
|
||||
rm -rf $(@D)/mcs/class/lib/monolite
|
||||
|
Loading…
Reference in New Issue
Block a user