From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 9/9] package/luajit: depend on !BR2_PACKAGE_LUA
Date: Mon, 27 Jul 2020 22:37:47 +0200 [thread overview]
Message-ID: <20200727203747.GN19818@scaer> (raw)
In-Reply-To: <20200525004845.3019642-9-james.hilliard1@gmail.com>
James, All,
On 2020-05-24 18:48 -0600, James Hilliard spake thusly:
> The luajit package is incomaptible with lua so luajit should depend on
> !BR2_PACKAGE_LUA
This is not needed. lua and luajit are two provider for the
luainterpreter package, so the infra already checks for the conditions
where two or more providers are enabled.
So, I've dropped this patch in my respin:
http://lists.busybox.net/pipermail/buildroot/2020-July/288204.html
Regards,
Yann E. MORIN.
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> Changes v2 -> v3:
> - always depend on lua/luaposix from packages instead of selecting
> Changes v1 -> v2:
> - depend on !BR2_PACKAGE_LUA_5_3 instead of !BR2_PACKAGE_LUA for solarus
> ---
> package/luajit/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/luajit/Config.in b/package/luajit/Config.in
> index 8cfa85684e..33a460772f 100644
> --- a/package/luajit/Config.in
> +++ b/package/luajit/Config.in
> @@ -11,6 +11,7 @@ config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
>
> config BR2_PACKAGE_LUAJIT
> bool "luajit"
> + depends on !BR2_PACKAGE_LUA
> depends on !BR2_STATIC_LIBS # dlopen
> # Luajit is only available for some target architectures, and
> # has some complexity wrt 32/64. See luajit.mk for details.
> --
> 2.25.1
>
> _______________________________________________
> 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 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2020-07-27 20:37 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-25 0:48 [Buildroot] [PATCH v3 1/9] package/luainterpreter: add abi version options James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 2/9] package/sysdig: depend on lua ABI version 5.1 James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 3/9] package/collectd: depend on luainterpreter for lua support James Hilliard
2020-05-25 7:10 ` Thomas Petazzoni
2020-05-25 8:05 ` James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 4/9] package/solarus: depend on lua ABI version 5.1 James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 5/9] package/luaposix: select bit32 based " James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 6/9] package/minetest: do not select luajit James Hilliard
2020-06-06 17:05 ` Romain Naour
2020-06-06 22:43 ` James Hilliard
2020-07-27 20:11 ` Yann E. MORIN
2020-07-27 20:39 ` James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 7/9] package/efl: depend on lua ABI version 5.1 James Hilliard
2020-06-06 16:36 ` Romain Naour
2020-07-27 19:16 ` Yann E. MORIN
2020-07-27 19:19 ` Yann E. MORIN
2020-07-27 19:23 ` James Hilliard
2020-07-27 19:29 ` Yann E. MORIN
2020-07-27 19:36 ` James Hilliard
2020-07-27 19:44 ` Yann E. MORIN
2020-05-25 0:48 ` [Buildroot] [PATCH v3 8/9] package/prosody: don't depend on !lua 5.3 James Hilliard
2020-05-25 0:48 ` [Buildroot] [PATCH v3 9/9] package/luajit: depend on !BR2_PACKAGE_LUA James Hilliard
2020-07-27 20:37 ` Yann E. MORIN [this message]
2020-07-27 21:12 ` James Hilliard
2020-06-06 21:59 ` [Buildroot] [PATCH v3 1/9] package/luainterpreter: add abi version options 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=20200727203747.GN19818@scaer \
--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