diff mbox

[1/2] python-pygame: rename package's Config.in bool

Message ID 1381165041-9024-1-git-send-email-rjbarnet@rockwellcollins.com
State Accepted
Commit f17020eb8579cdc5da269c17aeacef42479f2a53
Headers show

Commit Message

Ryan Barnett Oct. 7, 2013, 4:57 p.m. UTC
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(-)

Comments

Thomas Petazzoni Dec. 4, 2013, 8:45 p.m. UTC | #1
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>
Peter Korsgaard Dec. 4, 2013, 9:07 p.m. UTC | #2
>>>>> "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.
diff mbox

Patch

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