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

* [Buildroot] [PATCH 2/2] python-pyparsing: rename package's Config.in bool
  2013-10-07 16:57 [Buildroot] [PATCH 1/2] python-pygame: rename package's Config.in bool Ryan Barnett
@ 2013-10-07 16:57 ` Ryan Barnett
  2013-12-04 20:45   ` Thomas Petazzoni
  2013-12-04 20:45 ` [Buildroot] [PATCH 1/2] python-pygame: " Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Ryan Barnett @ 2013-10-07 16:57 UTC (permalink / raw)
  To: buildroot

Also remove unnecessary tab/spaces on blank line.

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-pyparsing/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-pyparsing/Config.in b/package/python-pyparsing/Config.in
index 126dd0e..49a474b 100644
--- a/package/python-pyparsing/Config.in
+++ b/package/python-pyparsing/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PYTHON_PYPARSING
-	bool "pyparsing"
+	bool "python-pyparsing"
 	depends on BR2_PACKAGE_PYTHON
 	help
 	  The pyparsing module is an alternative approach to creating and
@@ -7,5 +7,5 @@ config BR2_PACKAGE_PYTHON_PYPARSING
 	  or the use of regular expressions. The pyparsing module provides
 	  a library of classes that client code uses to construct the grammar
 	  directly in Python code.
-	  
+
 	  http://pyparsing.wikispaces.com/
-- 
1.7.1

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

* [Buildroot] [PATCH 1/2] python-pygame: rename package's Config.in bool
  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 21:07   ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2013-12-04 20:45 UTC (permalink / raw)
  To: buildroot

Dear Ryan Barnett,

On Mon, 7 Oct 2013 11:57:20 -0500, Ryan Barnett wrote:
> 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(-)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

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

Dear Ryan Barnett,

On Mon, 7 Oct 2013 11:57:21 -0500, Ryan Barnett wrote:
> Also remove unnecessary tab/spaces on blank line.
> 
> 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-pyparsing/Config.in |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/2] python-pygame: rename package's Config.in bool
  2013-12-04 20:45 ` [Buildroot] [PATCH 1/2] python-pygame: " Thomas Petazzoni
@ 2013-12-04 21:07   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-12-04 21:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Dear Ryan Barnett,
 > On Mon, 7 Oct 2013 11:57:20 -0500, Ryan Barnett wrote:
 >> 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(-)

 > Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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