All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/7] imagemagick: remove *-config scripts from TARGET_DIR
Date: Wed, 22 Dec 2010 22:18:43 +0100	[thread overview]
Message-ID: <87wrn1tsjw.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <3f29fe94726ed9c3c04e46626f138dd026b7b9b7.1293038710.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Wed, 22 Dec 2010 18:25:21 +0100")

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

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/imagemagick/imagemagick.mk |    8 ++++++++
 Thomas>  1 files changed, 8 insertions(+), 0 deletions(-)

 Thomas> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
 Thomas> index aecf7ae..035ab7a 100644
 Thomas> --- a/package/imagemagick/imagemagick.mk
 Thomas> +++ b/package/imagemagick/imagemagick.mk
 Thomas> @@ -80,4 +80,12 @@ else
 Thomas>  IMAGEMAGICK_CONF_OPT += --without-tiff
 Thomas>  endif
 
 Thomas> +define IMAGEMAGICK_REMOVE_CONFIG_SCRIPTS
 Thomas> +	$(RM) -f $(addprefix $(TARGET_DIR)/usr/bin/,	\
 Thomas> +		   $(addsuffix -config,			\
 Thomas> +		     Magick MagickCore MagickWand Wand))
 Thomas> +endef
 Thomas> +
 Thomas> +IMAGEMAGICK_POST_INSTALL_TARGET_HOOKS += IMAGEMAGICK_REMOVE_CONFIG_SCRIPTS

This (and the rest of the series) should presumably only be done if
!BR2_HAVE_DEVFILES?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2010-12-22 21:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-22 17:25 [Buildroot] [pull request] Pull request for branch for-2011.02/remove-config-scripts Thomas Petazzoni
2010-12-22 17:25 ` [Buildroot] [PATCH 1/7] imagemagick: add patch to fix libxml2 issue and remove useless patch Thomas Petazzoni
2010-12-22 21:15   ` Peter Korsgaard
2010-12-23  7:33     ` Thomas Petazzoni
2010-12-22 17:25 ` [Buildroot] [PATCH 2/7] imagemagick: remove *-config scripts from TARGET_DIR Thomas Petazzoni
2010-12-22 21:18   ` Peter Korsgaard [this message]
2010-12-23  7:43     ` [Buildroot] On the semantic of BR2_HAVE_DEVFILES Thomas Petazzoni
2010-12-23  8:55       ` Peter Korsgaard
2010-12-22 17:25 ` [Buildroot] [PATCH 3/7] neon: remove neon-config script from TARGET_DIR Thomas Petazzoni
2010-12-22 17:25 ` [Buildroot] [PATCH 4/7] libdnet: remove dnet-config " Thomas Petazzoni
2010-12-22 17:25 ` [Buildroot] [PATCH 5/7] libpng: remove libpng*-config scripts " Thomas Petazzoni
2010-12-22 17:25 ` [Buildroot] [PATCH 6/7] libxml2: remove xml2-config script " Thomas Petazzoni
2010-12-22 17:25 ` [Buildroot] [PATCH 7/7] libxslt: remove xslt-config " 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=87wrn1tsjw.fsf@macbook.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.