From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 30/41] xbmc: needs host-gawk (v3)
Date: Thu, 3 Apr 2014 11:06:16 +0200 [thread overview]
Message-ID: <20140403110616.603d8a6b@skate> (raw)
In-Reply-To: <1396468015-1724-30-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Wed, 2 Apr 2014 21:46:44 +0200, Bernd Kuhls wrote:
> Changes
> v3: rebased http://patchwork.ozlabs.org/patch/334971/
> v2: Keep dependencies sorted
>
> Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
> Acked-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/xbmc/xbmc.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
The title of this patch makes it non-applicable: the (v3) should not be
at the end of the commit title between parenthesis, because if it is,
then it gets preserved as part of the commit title when applying the
patch.
If you want to add such information, please use [blabla] at the
beginning of the commit title, so that the title of the patch becomes:
[PATCH v2 30/41] [v3] xbmc: needs host-gawk
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-04-03 9:06 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 19:46 [Buildroot] [PATCH v2 00/41] XBMC Gotham Beta3 + misc stuff Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 01/41] pixman: Version bump 0.32.4 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 02/41] xlib_xtrans: Version bump 1.3.4 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 03/41] file: Version bump 5.18 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 04/41] flex: Version bump 2.5.39 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 05/41] sqlite: Version bump 3.8.4.2 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 06/41] flac: version bump 1.3.0, add sse support Bernd Kuhls
2014-04-02 20:43 ` Gustavo Zacarias
2014-04-02 19:46 ` [Buildroot] [PATCH v2 07/41] libcdio: version bump 0.92 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 08/41] libmodplug: version bump 0.8.8.5 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 09/41] libogg: version bump 1.3.1 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 10/41] taglib: version bump 1.9.1 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 11/41] nasm: version bump 2.11.02 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 12/41] libnfs: version bump 1.9.3 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 14/41] libdrm: Explain dependency on xorg in Kconfig Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 15/41] mesa3d: Explain dependency for i965 DRI driver " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 16/41] DO NOT COMMIT package/libevas: quick fix to get rid of circular deps Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 17/41] DO NOT COMMIT package/libgl: introduce as a new virtual package for full-openGL providers Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 18/41] DO NOT COMMIT package/mesa3d: is a full-openGL provider if X.org is present Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 19/41] DO NOT COMMIT package/vlc: depends on the virtual package libgl Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 20/41] DO NOT COMMIT package/x11-video-drivers: do not select, but depends on mesa3d Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 21/41] DO NOT COMMIT package/xorg-server: do not force-select xf86driproto for mesa3d Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 22/41] libva: new package Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 23/41] libva-intel-driver: " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 24/41] ffmpeg: Add libva support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 25/41] libglu: new package Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 26/41] libglew: " Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 27/41] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 28/41] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 29/41] xbmc: Add xbmc-send script to send commands to xbmc service Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 30/41] xbmc: needs host-gawk (v3) Bernd Kuhls
2014-04-03 9:06 ` Thomas Petazzoni [this message]
2014-04-02 19:46 ` [Buildroot] [PATCH v2 31/41] xbmc: Fix Java dependency check (v2) Bernd Kuhls
2014-04-02 21:08 ` Yann E. MORIN
2014-04-02 19:46 ` [Buildroot] [PATCH v2 32/41] infozip: Add a host variant Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 33/41] xbmc: Add missing host-infozip dependency (v2) Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 34/41] WIP: xbmc: Bump version to Gotham_beta3 Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 35/41] WIP: xbmc: Allow compilation with uClibc Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 36/41] WIP: xbmc: Add X.org support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 37/41] WIP: xbmc: Add VA-API support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 38/41] WIP: xbmc: Add alsa support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 39/41] WIP: xbmc: Add lame support Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 40/41] WIP: xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-04-02 19:46 ` [Buildroot] [PATCH v2 41/41] WIP: xbmc: Add option for Goom screensaver Bernd Kuhls
2014-04-03 16:48 ` [Buildroot] [PATCH v2 00/41] XBMC Gotham Beta3 + misc stuff Arnout Vandecappelle
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=20140403110616.603d8a6b@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