From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 31/41] xbmc: Fix Java dependency check (v2)
Date: Wed, 2 Apr 2014 23:08:46 +0200 [thread overview]
Message-ID: <20140402210846.GD3509@free.fr> (raw)
In-Reply-To: <1396468015-1724-31-git-send-email-bernd.kuhls@t-online.de>
Bernd, Maxime, All,
On 2014-04-02 21:46 +0200, Bernd Kuhls spake thusly:
> From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
>
> A check for Java has been implemented in dependencies.sh, but during the
> review, the name of the variable had been changed from:
> BR2_HOST_NEEDS_JAVA to BR2_NEEDS_HOST_JAVA
> as it is more accurate.
>
> The change was not made in XBMC and as such, you could start the build
> of XBMC without Java on your system.
>
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> v2: rebased http://patchwork.ozlabs.org/patch/335219/ (Maxime)
>
> package/xbmc/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in
> index e078d2f..cf6a6b9 100644
> --- a/package/xbmc/Config.in
> +++ b/package/xbmc/Config.in
> @@ -9,7 +9,7 @@ comment "xbmc requires an OpenGL ES and EGL backend"
>
> menuconfig BR2_PACKAGE_XBMC
> bool "xbmc"
> - select BR2_HOST_NEEDS_JAVA
> + select BR2_NEEDS_HOST_JAVA
> select BR2_PACKAGE_BOOST
> select BR2_PACKAGE_BOOST_THREAD
> select BR2_PACKAGE_BZIP2
> --
> 1.7.10.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-04-02 21:08 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
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 [this message]
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=20140402210846.GD3509@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