[Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros

Peter Korsgaard jacmet at uclibc.org
Thu Apr 10 21:07:57 UTC 2014


>>>>> "Paul" == Paul Cercueil <paul at crapouillou.net> writes:

 > Signed-off-by: Paul Cercueil <paul at crapouillou.net>
 > ---
 >  package/python-pygame/python-pygame.mk | 4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/python-pygame/python-pygame.mk b/package/python-pygame/python-pygame.mk
 > index d9219b9..b6381a3 100644
 > --- a/package/python-pygame/python-pygame.mk
 > +++ b/package/python-pygame/python-pygame.mk
 > @@ -83,13 +83,13 @@ define PYTHON_PYGAME_CONFIGURE_CMDS
 >  endef
 
 >  define PYTHON_PYGAME_REMOVE_DOC
 > -	rm -rf $(TARGET_DIR)/usr/lib/python*/site-packages/pygame/docs
 > +	rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages/pygame/docs

What's the advantage of this? If pygame starts supporting python3.x then
this breaks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list