* [Buildroot] [PATCH 1/1] package/prosody: use correct bit32 package
@ 2020-05-25 2:50 James Hilliard
2020-05-26 20:28 ` Yann E. MORIN
2020-06-01 20:02 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2020-05-25 2:50 UTC (permalink / raw)
To: buildroot
According to https://prosody.im/doc/depends#bitop the correct bitop
package to use with prosody for Lua 5.1 is:
https://luarocks.org/modules/siffiejoe/bit32
As such replace BR2_PACKAGE_LUABITOP with BR2_PACKAGE_LUA_BIT32
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/prosody/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/prosody/Config.in b/package/prosody/Config.in
index c32ca20e23..0b01547103 100644
--- a/package/prosody/Config.in
+++ b/package/prosody/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_PROSODY
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
depends on !BR2_PACKAGE_LUA_5_3
depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
- select BR2_PACKAGE_LUABITOP if !BR2_PACKAGE_LUAJIT # runtime
+ select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 # runtime
select BR2_PACKAGE_LUAEXPAT # runtime
select BR2_PACKAGE_LUASEC # runtime
select BR2_PACKAGE_LUASOCKET # runtime
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/prosody: use correct bit32 package
2020-05-25 2:50 [Buildroot] [PATCH 1/1] package/prosody: use correct bit32 package James Hilliard
@ 2020-05-26 20:28 ` Yann E. MORIN
2020-06-01 20:02 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-05-26 20:28 UTC (permalink / raw)
To: buildroot
James, All,
On 2020-05-24 20:50 -0600, James Hilliard spake thusly:
> According to https://prosody.im/doc/depends#bitop the correct bitop
> package to use with prosody for Lua 5.1 is:
> https://luarocks.org/modules/siffiejoe/bit32
>
> As such replace BR2_PACKAGE_LUABITOP with BR2_PACKAGE_LUA_BIT32
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/prosody/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/prosody/Config.in b/package/prosody/Config.in
> index c32ca20e23..0b01547103 100644
> --- a/package/prosody/Config.in
> +++ b/package/prosody/Config.in
> @@ -4,7 +4,7 @@ config BR2_PACKAGE_PROSODY
> depends on BR2_PACKAGE_HAS_LUAINTERPRETER
> depends on !BR2_PACKAGE_LUA_5_3
> depends on !BR2_STATIC_LIBS # luaexpat, luasec, luasocket, luafilesystem
> - select BR2_PACKAGE_LUABITOP if !BR2_PACKAGE_LUAJIT # runtime
> + select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 # runtime
> select BR2_PACKAGE_LUAEXPAT # runtime
> select BR2_PACKAGE_LUASEC # runtime
> select BR2_PACKAGE_LUASOCKET # runtime
> --
> 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. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/prosody: use correct bit32 package
2020-05-25 2:50 [Buildroot] [PATCH 1/1] package/prosody: use correct bit32 package James Hilliard
2020-05-26 20:28 ` Yann E. MORIN
@ 2020-06-01 20:02 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-06-01 20:02 UTC (permalink / raw)
To: buildroot
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> According to https://prosody.im/doc/depends#bitop the correct bitop
> package to use with prosody for Lua 5.1 is:
> https://luarocks.org/modules/siffiejoe/bit32
> As such replace BR2_PACKAGE_LUABITOP with BR2_PACKAGE_LUA_BIT32
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Committed to 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-01 20:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-25 2:50 [Buildroot] [PATCH 1/1] package/prosody: use correct bit32 package James Hilliard
2020-05-26 20:28 ` Yann E. MORIN
2020-06-01 20:02 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox