Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 07/11] package/easybus: temporarily disabled with Lua 5.4
Date: Mon, 27 Jul 2020 16:04:42 +0200	[thread overview]
Message-ID: <20200727160442.41ccbd9f@windsurf.home> (raw)
In-Reply-To: <20200702202230.1531929-8-francois.perrad@gadz.org>

On Thu,  2 Jul 2020 22:22:26 +0200
Francois Perrad <fperrad@gmail.com> wrote:

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/easydbus/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/easydbus/Config.in b/package/easydbus/Config.in
> index 1fe8689cc..ae0dbf2b5 100644
> --- a/package/easydbus/Config.in
> +++ b/package/easydbus/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_EASYDBUS
>  	depends on BR2_USE_WCHAR # libglib2
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
>  	depends on BR2_USE_MMU # libglib2
> +	depends on !BR2_PACKAGE_LUA_5_4
>  	select BR2_PACKAGE_LIBGLIB2
>  	help
>  	  Easy to use DBus library for Lua.

The Config.in comment also needs to be updated:

comment "easydbus needs a toolchain w/ wchar, threads"
        depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

and this is true also for many of your other patches in this series.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2020-07-27 14:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 20:22 [Buildroot] [PATCH 00/11] Lua 5.4 Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 01/11] lua: add 5.4.0 version Francois Perrad
2020-07-27 14:00   ` Thomas Petazzoni
2020-07-27 16:59     ` François Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 02/11] package/luabitop: unsupport of Lua 5.4, as 5.3 Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 03/11] package/lua-compat53: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 04/11] package/prosody: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 05/11] package/lua-messagepack: add support of Lua 5.4 Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 06/11] package/luaossl: " Francois Perrad
2020-07-10 15:31   ` François Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 07/11] package/easybus: temporarily disabled with " Francois Perrad
2020-07-27 14:04   ` Thomas Petazzoni [this message]
2020-07-02 20:22 ` [Buildroot] [PATCH 08/11] package/lua-cqueues: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 09/11] package/lua-flu: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 10/11] package/lua-sdl2: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 11/11] package/luv: " Francois Perrad
2020-07-25 20:42 ` [Buildroot] [PATCH 00/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=20200727160442.41ccbd9f@windsurf.home \
    --to=thomas.petazzoni@bootlin.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