From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically
Date: Thu, 29 Dec 2011 18:07:33 +0100 [thread overview]
Message-ID: <20111229180733.264d09c6@skate> (raw)
In-Reply-To: <1317676858-3407-1-git-send-email-arnout@mind.be>
Hello Arnout,
Do you mind updating this patch set on top of the latest Buildroot and
resend it?
I'm OK with the idea and implementation, so I'd really like to see this
merged.
Thanks,
Thomas
Le Mon, 3 Oct 2011 23:20:36 +0200,
"Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be> a ?crit :
> As requested by Luca, this patch series derives HOST_FOO_DEPENDENCIES
> automatically from FOO_DEPENDENCIES.
>
> I only compile-tested some of the modified packages. However, I
> checked that 'make host-foo-show-depends' outputs the same result.
> There are two exceptions:
>
> host-libxcb: the dependency on host-xcb-proto now appears twice.
> This is harmless.
>
> host-xlib_libX11: also some reordering, which should be OK. I also
> removed the dependency on xproto_bigreqsproto, which doesn't seem to
> be needed. *This one really requires testing.*
>
> ---
> Arnout Vandecappelle (Essensium/Mind) (22):
> package: derive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIES
> atk: removed redundant HOST_FOO_DEPENDENCIES
> cramfs: removed redundant HOST_FOO_DEPENDENCIES
> fontconfig: removed redundant HOST_FOO_DEPENDENCIES
> libpng: removed redundant HOST_FOO_DEPENDENCIES
> libxml-parser-perl: removed redundant HOST_FOO_DEPENDENCIES
> mpc: removed redundant HOST_FOO_DEPENDENCIES
> mpfr: removed redundant HOST_FOO_DEPENDENCIES
> squashfs3: removed redundant HOST_FOO_DEPENDENCIES
> libxcb: removed redundant HOST_FOO_DEPENDENCIES
> xapp_bdftopcf: removed redundant HOST_FOO_DEPENDENCIES
> xapp_mkfontdir: removed redundant HOST_FOO_DEPENDENCIES
> xapp_mkfontscale: removed redundant HOST_FOO_DEPENDENCIES
> xapp_xkbcomp: removed redundant HOST_FOO_DEPENDENCIES
> xfont_encodings: removed redundant HOST_FOO_DEPENDENCIES
> xfont_font-util: removed redundant HOST_FOO_DEPENDENCIES
> xlib_libX11: removed redundant HOST_FOO_DEPENDENCIES and incorrect target dependency
> xlib_libXau: removed redundant HOST_FOO_DEPENDENCIES
> xlib_libXdmcp: removed redundant HOST_FOO_DEPENDENCIES
> xlib_libXfont: removed redundant HOST_FOO_DEPENDENCIES
> xlib_libfontenc: removed redundant HOST_FOO_DEPENDENCIES
> xlib_libxkbfile: removed redundant HOST_FOO_DEPENDENCIES
>
> package/Makefile.autotools.in | 10 ++++++++++
> package/Makefile.package.in | 7 ++++++-
> package/atk/atk.mk | 2 --
> package/cramfs/cramfs.mk | 1 -
> package/fontconfig/fontconfig.mk | 1 -
> package/libpng/libpng.mk | 2 --
> package/libxml-parser-perl/libxml-parser-perl.mk | 1 -
> package/mpc/mpc.mk | 1 -
> package/mpfr/mpfr.mk | 1 -
> package/squashfs3/squashfs3.mk | 1 -
> package/x11r7/libxcb/libxcb.mk | 4 ----
> package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk | 1 -
> package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk | 1 -
> package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk | 1 -
> package/x11r7/xapp_xkbcomp/xapp_xkbcomp.mk | 1 -
> package/x11r7/xfont_encodings/xfont_encodings.mk | 1 -
> package/x11r7/xfont_font-util/xfont_font-util.mk | 2 --
> package/x11r7/xlib_libX11/xlib_libX11.mk | 4 +---
> package/x11r7/xlib_libXau/xlib_libXau.mk | 2 --
> package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk | 2 --
> package/x11r7/xlib_libXfont/xlib_libXfont.mk | 1 -
> package/x11r7/xlib_libfontenc/xlib_libfontenc.mk | 2 --
> package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk | 2 --
> 23 files changed, 17 insertions(+), 34 deletions(-)
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2011-12-29 17:07 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-01 15:00 [Buildroot] [RFC] Request for comments on branch for-2011.11/host-tools Thomas Petazzoni
2011-10-01 15:00 ` [Buildroot] [PATCH 1/6] Add basic config infrastructure for host utilities Thomas Petazzoni
2011-10-02 20:20 ` Luca Ceresoli
2011-10-01 15:00 ` [Buildroot] [PATCH 2/6] uboot-tools: expose host package in menuconfig Thomas Petazzoni
2011-10-01 15:00 ` [Buildroot] [PATCH 3/6] libftdi: add host variant Thomas Petazzoni
2011-10-01 15:00 ` [Buildroot] [PATCH 4/6] libusb-compat: " Thomas Petazzoni
2011-10-02 20:29 ` Luca Ceresoli
2011-10-03 19:33 ` Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 01/22] package: derive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIES Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 02/22] atk: removed redundant HOST_FOO_DEPENDENCIES Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 03/22] cramfs: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 04/22] fontconfig: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 05/22] libpng: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 06/22] libxml-parser-perl: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 07/22] mpc: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 08/22] mpfr: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 09/22] squashfs3: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 10/22] libxcb: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 11/22] xapp_bdftopcf: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 12/22] xapp_mkfontdir: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 13/22] xapp_mkfontscale: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 14/22] xapp_xkbcomp: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 15/22] xfont_encodings: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 16/22] xfont_font-util: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 17/22] xlib_libX11: removed redundant HOST_FOO_DEPENDENCIES and incorrect target dependency Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 18/22] xlib_libXau: removed redundant HOST_FOO_DEPENDENCIES Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 19/22] xlib_libXdmcp: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 20/22] xlib_libXfont: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 21/22] xlib_libfontenc: " Arnout Vandecappelle
2011-10-03 21:20 ` [Buildroot] [PATCH 22/22] xlib_libxkbfile: " Arnout Vandecappelle
2011-10-03 21:35 ` [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically Arnout Vandecappelle
2011-10-04 5:34 ` Thomas Petazzoni
2011-10-04 16:15 ` Arnout Vandecappelle
2011-12-29 17:07 ` Thomas Petazzoni [this message]
2011-10-01 15:00 ` [Buildroot] [PATCH 5/6] libusb: add host variant Thomas Petazzoni
2011-10-01 15:00 ` [Buildroot] [PATCH 6/6] openocd: add as host utility Thomas Petazzoni
2011-10-02 20:19 ` [Buildroot] [RFC] Request for comments on branch for-2011.11/host-tools Luca Ceresoli
2011-10-03 7:07 ` Thomas De Schampheleire
2011-12-06 11:58 ` Luca Ceresoli
-- strict thread matches above, loose matches on Subject: below --
2012-01-16 13:58 [Buildroot] Derive HOST_FOO_DEPENDENCIES automatically Arnout Vandecappelle
2012-01-17 22:35 ` Peter Korsgaard
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=20111229180733.264d09c6@skate \
--to=thomas.petazzoni@free-electrons.com \
--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