Commit 5b986015 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

package/rpm: sort selected packages



Sort selected packages alphabetically in Config.in

Signed-off-by: default avatarRomain Naour <romain.naour@openwide.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4a5832fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.