summaryrefslogtreecommitdiffstats
path: root/package/udisks
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:07 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-02 14:43:46 +0200
commita2b31892a886a5b11bca85ca9e6a689f6f3df9c8 (patch)
treeda5e5762002f9dbb34043a68043db0edf977da38 /package/udisks
parent168be5c2dbfdd8e37bf87fff321d3bf45e0bb948 (diff)
downloadbuildroot-a2b31892a886a5b11bca85ca9e6a689f6f3df9c8.tar.gz
buildroot-a2b31892a886a5b11bca85ca9e6a689f6f3df9c8.zip
package/u*/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 u 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/udisks')
-rw-r--r--package/udisks/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/udisks/Config.in b/package/udisks/Config.in
index 029860fc5c..6573cda221 100644
--- a/package/udisks/Config.in
+++ b/package/udisks/Config.in
@@ -5,9 +5,9 @@ config BR2_PACKAGE_UDISKS
depends on BR2_USE_MMU # lvm2
depends on !BR2_STATIC_LIBS # lvm2
depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
+ depends on BR2_USE_WCHAR # dbus-glib -> glib2
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_DBUS_GLIB
- depends on BR2_USE_WCHAR # dbus-glib -> glib2
select BR2_PACKAGE_SG3_UTILS
select BR2_PACKAGE_POLKIT
select BR2_PACKAGE_PARTED
OpenPOWER on IntegriCloud