Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/5] package/rpm: sort selected packages
@ 2015-01-18 19:53 Romain Naour
  2015-01-18 19:53 ` [Buildroot] [PATCH v2 2/5] package/rpm: add gettext dependency Romain Naour
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Romain Naour @ 2015-01-18 19:53 UTC (permalink / raw)
  To: buildroot

Sort selected packages alphabetically in Config.in

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
v2: new patch

 package/rpm/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/rpm/Config.in b/package/rpm/Config.in
index 620eb1a..379b15b 100644
--- a/package/rpm/Config.in
+++ b/package/rpm/Config.in
@@ -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.
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-01 21:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-18 19:53 [Buildroot] [PATCH v2 1/5] package/rpm: sort selected packages Romain Naour
2015-01-18 19:53 ` [Buildroot] [PATCH v2 2/5] package/rpm: add gettext dependency Romain Naour
2015-02-01 21:55   ` Thomas Petazzoni
2015-01-18 19:53 ` [Buildroot] [PATCH v2 3/5] package/rpm: don't use sub-options for bzip2 and xz features Romain Naour
2015-01-18 19:53 ` [Buildroot] [PATCH v2 4/5] package/rpm: use external xz library Romain Naour
2015-01-18 19:53 ` [Buildroot] [PATCH v2 5/5] package/rpm: use 'none' for location path Romain Naour
2015-02-01 21:32 ` [Buildroot] [PATCH v2 1/5] package/rpm: sort selected packages Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox