]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/q*/Config.in: fix ordering of statements
authorAdam Duskett <Aduskett@gmail.com>
Sat, 22 Apr 2017 17:18:03 +0000 (13:18 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 May 2017 12:34:19 +0000 (14:34 +0200)
commitcf1c12bdba037b4e28e2d7fcef0e653a45016408
tree576e6f840e3c3d60772dd2f43421c48014f8f7c0
parent0d18d1d9c0dd8173eee918b30761548c19b6bfdc
package/q*/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 q 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>
20 files changed:
package/qemu/Config.in.host
package/qlibc/Config.in
package/qt-webkit-kiosk/Config.in
package/qt/Config.gfx.in
package/qt/Config.in
package/qt/Config.mouse.in
package/qt/Config.sql.in
package/qt5/Config.in
package/qt5/qt53d/Config.in
package/qt5/qt5base/Config.in
package/qt5/qt5canvas3d/Config.in
package/qt5/qt5connectivity/Config.in
package/qt5/qt5declarative/Config.in
package/qt5/qt5graphicaleffects/Config.in
package/qt5/qt5quickcontrols/Config.in
package/qt5/qt5quickcontrols2/Config.in
package/qt5/qt5script/Config.in
package/qt5/qt5webkit/Config.in
package/qt5/qt5x11extras/Config.in
package/qt5cinex/Config.in