Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] python-pygame: rename package's Config.in bool
@ 2013-10-07 16:57 Ryan Barnett
  2013-10-07 16:57 ` [Buildroot] [PATCH 2/2] python-pyparsing: " Ryan Barnett
  2013-12-04 20:45 ` [Buildroot] [PATCH 1/2] python-pygame: " Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Ryan Barnett @ 2013-10-07 16:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>

---
Trivial Fix:
This makes the naming of the package in the menuconfig consistent with
the naming of the package's directory and make rules.
---
 package/python-pygame/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/python-pygame/Config.in b/package/python-pygame/Config.in
index 1b0a8b9..b9a367d 100644
--- a/package/python-pygame/Config.in
+++ b/package/python-pygame/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PYTHON_PYGAME
-	bool "pygame"
+	bool "python-pygame"
 	depends on BR2_PACKAGE_PYTHON
 	select BR2_PACKAGE_SDL
 	help
-- 
1.7.1

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

end of thread, other threads:[~2013-12-04 21:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 16:57 [Buildroot] [PATCH 1/2] python-pygame: rename package's Config.in bool Ryan Barnett
2013-10-07 16:57 ` [Buildroot] [PATCH 2/2] python-pyparsing: " Ryan Barnett
2013-12-04 20:45   ` Thomas Petazzoni
2013-12-04 20:45 ` [Buildroot] [PATCH 1/2] python-pygame: " Thomas Petazzoni
2013-12-04 21:07   ` Peter Korsgaard

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