Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically
Date: Tue, 17 Jan 2012 23:35:27 +0100	[thread overview]
Message-ID: <8762gaot3k.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1326722336-11759-1-git-send-email-arnout@mind.be> (Arnout Vandecappelle's message of "Mon, 16 Jan 2012 14:58:34 +0100")

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> This patch series derives HOST_FOO_DEPENDENCIES automatically from 
 Arnout> FOO_DEPENDENCIES.  It is a repost of my earlier patch series,
 Arnout> rebased on the current master.

 Arnout> I only compile-tested some of the modified packages.  However, I
 Arnout> checked that 'make host-foo-show-depends' outputs the same result.
 Arnout> There are two exceptions:

 Arnout> host-libxcb: the dependency on host-xcb-proto now appears twice.
 Arnout> This is harmless.

 Arnout> host-xlib_libX11: also some reordering, which should be OK. I also
 Arnout> removed the dependency on xproto_bigreqsproto, which doesn't seem to
 Arnout> be needed.  *This one really requires testing.*

 Arnout> ---
 Arnout> Arnout Vandecappelle (Essensium/Mind) (22):
 Arnout>       package: derive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIES
 Arnout>       atk: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       cramfs: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       libpng: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       fontconfig: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       mpc: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       libxml-parser-perl: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       squashfs3: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       mpfr: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xapp_mkfontscale: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xlib_libXdmcp: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xfont_encodings: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xlib_libXfont: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xlib_libXau: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xapp_xkbcomp: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       libxcb: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xlib_libX11: removed redundant HOST_FOO_DEPENDENCIES and incorrect target dependency
 Arnout>       xapp_bdftopcf: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xlib_libxkbfile: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xfont_font-util: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xlib_libfontenc: removed redundant HOST_FOO_DEPENDENCIES
 Arnout>       xapp_mkfontdir: removed redundant HOST_FOO_DEPENDENCIES

Committed entire series, thanks!

-- 
Bye, Peter Korsgaard

  parent reply	other threads:[~2012-01-17 22:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-16 13:58 [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 01/22] package: derive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIES Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 02/22] atk: removed redundant HOST_FOO_DEPENDENCIES Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 03/22] cramfs: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 04/22] libpng: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 05/22] fontconfig: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 06/22] mpc: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 07/22] libxml-parser-perl: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 08/22] squashfs3: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 09/22] mpfr: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 10/22] xapp_mkfontscale: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 11/22] xlib_libXdmcp: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 12/22] xfont_encodings: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 13/22] xlib_libXfont: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 14/22] xlib_libXau: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 15/22] xapp_xkbcomp: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 16/22] libxcb: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 17/22] xlib_libX11: removed redundant HOST_FOO_DEPENDENCIES and incorrect target dependency Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 18/22] xapp_bdftopcf: removed redundant HOST_FOO_DEPENDENCIES Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 19/22] xlib_libxkbfile: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 20/22] xfont_font-util: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 21/22] xlib_libfontenc: " Arnout Vandecappelle
2012-01-16 13:58 ` [Buildroot] [PATCH resend 22/22] xapp_mkfontdir: " Arnout Vandecappelle
2012-01-17 22:35 ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 19:33 [Buildroot] [PATCH 4/6] libusb-compat: add host variant Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically Arnout Vandecappelle
2011-10-03 21:35   ` Arnout Vandecappelle
2011-10-04  5:34     ` Thomas Petazzoni
2011-10-04 16:15       ` Arnout Vandecappelle
2011-12-29 17:07   ` 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=8762gaot3k.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox