summaryrefslogtreecommitdiffstats
path: root/package/pulseview
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:02 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 19:01:15 +0200
commit289137ed619e134f3f57584ecbd93ad76d7ed197 (patch)
tree0bab5bebcc5313412c7f4c88c5751fb75e2687a9 /package/pulseview
parent3483a98d01b319053bc1956aca25c658846c4ab5 (diff)
downloadbuildroot-289137ed619e134f3f57584ecbd93ad76d7ed197.tar.gz
buildroot-289137ed619e134f3f57584ecbd93ad76d7ed197.zip
package/p*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter p in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pulseview')
-rw-r--r--package/pulseview/Config.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in
index 46abe78f76..daa0fbab60 100644
--- a/package/pulseview/Config.in
+++ b/package/pulseview/Config.in
@@ -1,8 +1,15 @@
config BR2_PACKAGE_PULSEVIEW
bool "pulseview"
+ depends on BR2_PACKAGE_QT5
+ # libsigrok->libglib2:
+ depends on BR2_USE_WCHAR
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU
+ depends on BR2_INSTALL_LIBSTDCPP
+ # libsigrok
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
select BR2_PACKAGE_LIBSIGROK
select BR2_PACKAGE_LIBSIGROKCXX
- depends on BR2_PACKAGE_QT5
select BR2_PACKAGE_QT5BASE_WIDGETS
select BR2_PACKAGE_QT5BASE_PNG
select BR2_PACKAGE_QT5SVG
@@ -10,13 +17,6 @@ config BR2_PACKAGE_PULSEVIEW
select BR2_PACKAGE_BOOST_FILESYSTEM
select BR2_PACKAGE_BOOST_SYSTEM
select BR2_PACKAGE_BOOST_THREAD
- # libsigrok->libglib2:
- depends on BR2_USE_WCHAR
- depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_USE_MMU
- depends on BR2_INSTALL_LIBSTDCPP
- # libsigrok
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
help
PulseView is a Qt based logic analyzer, oscilloscope
and MSO GUI for sigrok.
OpenPOWER on IntegriCloud