summaryrefslogtreecommitdiffstats
path: root/package/android-tools
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:48 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 17:17:02 +0200
commit7b493e411f5b4473b275aa125d85386a5d1127a9 (patch)
treed8c88b4c178a0fe915092944b60bfd6ee4156e18 /package/android-tools
parent49d907e39a4a16c75a9c23aa445dcb9996c55472 (diff)
downloadbuildroot-7b493e411f5b4473b275aa125d85386a5d1127a9.tar.gz
buildroot-7b493e411f5b4473b275aa125d85386a5d1127a9.zip
package/a*/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 a 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/android-tools')
-rw-r--r--package/android-tools/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/android-tools/Config.in b/package/android-tools/Config.in
index 19772ad4d7..96e36e6cd7 100644
--- a/package/android-tools/Config.in
+++ b/package/android-tools/Config.in
@@ -34,13 +34,13 @@ config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS
config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT
bool "fastboot"
- select BR2_PACKAGE_LIBSELINUX
- select BR2_PACKAGE_ZLIB
depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux
depends on !BR2_STATIC_LIBS # libselinux
depends on BR2_TOOLCHAIN_USES_GLIBC # libselinux
depends on !BR2_arc # libselinux
depends on BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS
+ select BR2_PACKAGE_LIBSELINUX
+ select BR2_PACKAGE_ZLIB
help
This option will build and install the fastboot utility for
the target, which can be used to reflash other target devices
OpenPOWER on IntegriCloud