[Buildroot] [git commit] package/easydbus: bump to version 0.2.1
Julien Olivain via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/d90bbf81f86acef07037ad59ed78e2809222e1d3 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master 0.2.1 builds against Lua 5.4 (previously excluded), so drop the !BR2_PACKAGE_LUA_5_4 dependency and the corresponding wording in the comment. Changelog: https://github.com/mniestroj/easydbus/blob/master/CHANGELOG.md#021---2026-06-05 Signed-off-by: Marcin Niestroj <[email protected]> Signed-off-by: Julien Olivain <[email protected]> --- package/easydbus/Config.in | 5 ++--- package/easydbus/easydbus.hash | 2 +- package/easydbus/easydbus.mk | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/easydbus/Config.in b/package/easydbus/Config.in index 5f2f3a22be..1fe8689ccd 100644 --- a/package/easydbus/Config.in +++ b/package/easydbus/Config.in @@ -3,13 +3,12 @@ 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. https://github.com/mniestroj/easydbus -comment "easydbus needs a toolchain w/ wchar, threads, Lua <= 5.3" +comment "easydbus needs a toolchain w/ wchar, threads" depends on BR2_USE_MMU - depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PACKAGE_LUA_5_4 + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/easydbus/easydbus.hash b/package/easydbus/easydbus.hash index 08a4f038d7..f83e1eb253 100644 --- a/package/easydbus/easydbus.hash +++ b/package/easydbus/easydbus.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 8cec24bff40f056d4874ed9d6fb73c9f1efbc5eff14528e1b49f1a162b197f26 easydbus-0.1.0.tar.gz +sha256 d0f018f45b682e85108c10b5d1fa7bdcd1a81188bea43aa6c9c725c779f66aec easydbus-0.2.1.tar.gz sha256 dec3b3103cd6889045da86fc7da22bd25545966e5bd7c214791b922dec19588b LICENSE diff --git a/package/easydbus/easydbus.mk b/package/easydbus/easydbus.mk index 57d0c22392..d35da45580 100644 --- a/package/easydbus/easydbus.mk +++ b/package/easydbus/easydbus.mk @@ -4,7 +4,7 @@ # ################################################################################ -EASYDBUS_VERSION = 0.1.0 +EASYDBUS_VERSION = 0.2.1 EASYDBUS_SITE = $(call github,mniestroj,easydbus,v$(EASYDBUS_VERSION)) EASYDBUS_DEPENDENCIES = luainterpreter libglib2 EASYDBUS_LICENSE = MIT _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot