Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v7 20/31] xbmc: Allow compilation with uClibc
Date: Sat, 17 May 2014 17:41:11 +0200	[thread overview]
Message-ID: <20140517154111.GB3459@free.fr> (raw)
In-Reply-To: <oubk4bxabr.ln2@ID-313208.user.individual.net>

Bernd, All,

On 2014-05-17 17:31 +0200, Bernd Kuhls spake thusly:
> Bernd Kuhls <berndkuhls@hotmail.com> wrote in
> news:ae9k4bxjmf.ln2 at ID-313208.user.individual.net: 
> 
> > Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
> > @public.gmane.org> wrote in
> > news:20140517161009.56006692-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8 at public.gman
> > e.org: 
> > 
> >>> +     depends on BR2_i386 || BR2_x86_64
> >> 
> >> Are you sure RasberryPi and other ARM users are happy with XBMC only
> >> being available on x86/x86-64 ?
> > 
> > of course not, but uclibc at arm compilation is broken upstream[1] and
> > fixed by the next patch[2]
> 
> thinking about it I squashed the arm patch into the uclibc patch.

Exactly what I was gonna suggest. Thanks! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-05-17 15:41 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-17 11:39 [Buildroot] [PATCH v7 00/31] xbmc: bump version to 13.0-Gotham Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 01/31] xproto_dri3proto: New package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 02/31] mesa3d: Bump version to 10.2-rc3 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 03/31] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 04/31] mesa3d: add dependency xproto_presentproto Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 05/31] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 06/31] mesa3d: Add dri3 support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 07/31] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 08/31] libva: new package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 09/31] libva-intel-driver: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 10/31] ffmpeg: Add libva support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 11/31] libglu: new package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 12/31] libglew: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 13/31] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 14/31] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 15/31] rtmpdump: Add KSV patch Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 16/31] xbmc: bump version to 13.0 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 17/31] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-17 14:13   ` Thomas Petazzoni
2014-05-17 15:09     ` Bernd Kuhls
2014-05-17 15:40       ` Yann E. MORIN
2014-05-17 11:39 ` [Buildroot] [PATCH v7 18/31] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 19/31] xbmc: Add host-gettext dependency Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 20/31] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-17 14:10   ` Thomas Petazzoni
2014-05-17 14:48     ` Bernd Kuhls
2014-05-17 15:31       ` Bernd Kuhls
2014-05-17 15:41         ` Yann E. MORIN [this message]
2014-05-17 11:39 ` [Buildroot] [PATCH v7 21/31] xbmc: fix arm/uclibc compilation Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 22/31] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 23/31] xbmc: Add VA-API support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 24/31] xbmc: Add alsa support Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 25/31] xbmc: Add lame support Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 26/31] xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 27/31] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 28/31] xbmc: add nasm/yasm dependency Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 29/31] xbmc: Fix ffmpeg cross compile Bernd Kuhls
2014-05-17 14:12   ` Thomas Petazzoni
2014-05-17 14:53     ` Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 30/31] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 31/31] xbmc needs IPv6 support Bernd Kuhls
2014-05-17 14:11   ` 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=20140517154111.GB3459@free.fr \
    --to=yann.morin.1998@free.fr \
    --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