All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros
Date: Thu, 10 Apr 2014 23:07:57 +0200	[thread overview]
Message-ID: <87txa06ggi.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1396979109-10691-1-git-send-email-paul@crapouillou.net> (Paul Cercueil's message of "Tue, 8 Apr 2014 19:45:05 +0200")

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

 > Signed-off-by: Paul Cercueil <paul@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

  parent reply	other threads:[~2014-04-10 21:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 17:45 [Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros Paul Cercueil
2014-04-08 17:45 ` [Buildroot] [PATCH 2/5] python-pygame: Make installation of examples optional Paul Cercueil
2014-04-11 20:12   ` Peter Korsgaard
2014-04-08 17:45 ` [Buildroot] [PATCH 3/5] libao: Remove OSS plugin when ALSA is enabled Paul Cercueil
2014-05-03 20:27   ` Peter Korsgaard
2014-04-08 17:45 ` [Buildroot] [PATCH 4/5] util-linux: Add config switches for some more binaries Paul Cercueil
2014-04-20  9:47   ` Thomas Petazzoni
2014-04-08 17:45 ` [Buildroot] [PATCH 5/5] stress: Patch to fix documentation source Paul Cercueil
2014-04-12 14:14   ` Thomas Petazzoni
2014-04-10 21:07 ` Peter Korsgaard [this message]
2014-04-20  9:58 ` [Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87txa06ggi.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.