]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/rpm: sort selected packages
authorRomain Naour <romain.naour@openwide.fr>
Sun, 18 Jan 2015 19:53:06 +0000 (20:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Feb 2015 21:32:18 +0000 (22:32 +0100)
Sort selected packages alphabetically in Config.in

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rpm/Config.in

index 620eb1a3747653e74a56ff45674259ead04590d5..379b15b427c95d195456ca3be404e68607b2ed46 100644 (file)
@@ -7,12 +7,12 @@ config BR2_PACKAGE_RPM
        depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_BEECRYPT
-       select BR2_PACKAGE_POPT
-       select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_NEON
+       select BR2_PACKAGE_NEON_SSL
        select BR2_PACKAGE_NEON_XML
        select BR2_PACKAGE_NEON_ZLIB
-       select BR2_PACKAGE_NEON_SSL
+       select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_POPT
        select BR2_PACKAGE_ZLIB
        help
          The RPM package management system.