package/libsigrok: drop host-python2 support
host-python2 is gone, so always use host-python3. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
4c8ae13e7c
commit
0309124a49
@ -60,7 +60,7 @@ LIBSIGROK_CONF_OPTS += --enable-cxx
|
||||
LIBSIGROK_DEPENDENCIES += \
|
||||
glibmm \
|
||||
host-doxygen \
|
||||
$(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
|
||||
host-python3
|
||||
else
|
||||
LIBSIGROK_CONF_OPTS += --disable-cxx
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user