Bump buildroot to 2019.02
This commit is contained in:
@@ -10,6 +10,7 @@ config BR2_PACKAGE_PULSEVIEW
|
||||
depends on !BR2_STATIC_LIBS
|
||||
# libsigrok
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
depends on BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_LIBSIGROK
|
||||
select BR2_PACKAGE_LIBSIGROKCXX
|
||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||
@@ -18,7 +19,6 @@ config BR2_PACKAGE_PULSEVIEW
|
||||
select BR2_PACKAGE_BOOST
|
||||
select BR2_PACKAGE_BOOST_FILESYSTEM
|
||||
select BR2_PACKAGE_BOOST_SYSTEM
|
||||
select BR2_PACKAGE_BOOST_THREAD
|
||||
select BR2_PACKAGE_BOOST_SERIALIZATION
|
||||
help
|
||||
PulseView is a Qt based logic analyzer, oscilloscope
|
||||
@@ -26,8 +26,9 @@ config BR2_PACKAGE_PULSEVIEW
|
||||
|
||||
http://sigrok.org/wiki/PulseView
|
||||
|
||||
comment "pulseview needs a toolchain w/ wchar, threads, dynamic library, C++, gcc >= 4.9"
|
||||
comment "pulseview needs a toolchain w/ locale, wchar, threads, dynamic library, C++, gcc >= 4.9"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_QT5
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_USE_WCHAR \
|
||||
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
||||
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
|
||||
|| BR2_STATIC_LIBS || !BR2_ENABLE_LOCALE
|
||||
|
||||
Reference in New Issue
Block a user