[Buildroot] [git commit] package/hare-dbus: new package
Julien Olivain via buildroot <[email protected]> Mon, 3 Aug 2026 21:15:59 +0200
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/95cdea9bddf322b94970a61f129c4b75fed94c27 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master Signed-off-by: Francois Perrad <[email protected]> Signed-off-by: Julien Olivain <[email protected]> --- package/Config.in | 1 + package/hare-dbus/0001-fix-Makefile.patch | 27 +++++++++++++++++++++++++++ package/hare-dbus/Config.in | 10 ++++++++++ package/hare-dbus/hare-dbus.hash | 3 +++ package/hare-dbus/hare-dbus.mk | 15 +++++++++++++++ 5 files changed, 56 insertions(+) diff --git a/package/Config.in b/package/Config.in index 2a749f9415..67e88d3721 100644 --- a/package/Config.in +++ b/package/Config.in @@ -513,6 +513,7 @@ endmenu source "package/gpsd/Config.in" source "package/gptfdisk/Config.in" source "package/gvfs/Config.in" + source "package/hare-dbus/Config.in" source "package/hddtemp/Config.in" source "package/hdparm/Config.in" source "package/hwdata/Config.in" diff --git a/package/hare-dbus/0001-fix-Makefile.patch b/package/hare-dbus/0001-fix-Makefile.patch new file mode 100644 index 0000000000..0f106e27fd --- /dev/null +++ b/package/hare-dbus/0001-fix-Makefile.patch @@ -0,0 +1,27 @@ +From 93abfa5970937253ae73bc8bcd9e243d890484a9 Mon Sep 17 00:00:00 2001 +From: Francois Perrad <[email protected]> +Date: Fri, 15 May 2026 11:56:39 +0200 +Subject: [PATCH] fix Makefile + +Upstream: N/A specific for Buildroot build +Signed-off-by: Francois Perrad <[email protected]> +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index a738e6a..8c4fe78 100644 +--- a/Makefile ++++ b/Makefile +@@ -18,7 +18,7 @@ dbus-introspector: + dbus-scanner: + $(HARE) build $(HAREFLAGS) cmd/dbus-scanner/ + +-install: build ++install: + install -Dm755 dbus-introspector ${DESTDIR}${BINDIR}/dbus-introspector + install -Dm755 dbus-scanner ${DESTDIR}${BINDIR}/dbus-scanner + install -Dm644 dbus/protocol/*.ha -t $(DESTDIR)$(THIRDPARTYDIR)/dbus/protocol +-- +2.43.0 + diff --git a/package/hare-dbus/Config.in b/package/hare-dbus/Config.in new file mode 100644 index 0000000000..63f332cbf8 --- /dev/null +++ b/package/hare-dbus/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_HARE_DBUS + bool "hare-dbus" + depends on BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS + select BR2_PACKAGE_HOST_HARE + select BR2_PACKAGE_HARE_EV + select BR2_PACKAGE_HARE_XML + help + D-Bus client implementation for Hare. + + https://git.sr.ht/~whynothugo/hare-dbus diff --git a/package/hare-dbus/hare-dbus.hash b/package/hare-dbus/hare-dbus.hash new file mode 100644 index 0000000000..e8abc40e43 --- /dev/null +++ b/package/hare-dbus/hare-dbus.hash @@ -0,0 +1,3 @@ +# Locally computed +sha256 67a3041126f7745e667d570904504a58475ca398acdd679b548d9e0e513092f8 hare-dbus-e9a89f8bc5ce783fa25f0eb67d7d8932db90bcc2-git4.tar.gz +sha256 7c77ea8fa77851b9ee52d715ec6a3c5f15604bdab5148dd13dbd1dd345752017 LICENCE diff --git a/package/hare-dbus/hare-dbus.mk b/package/hare-dbus/hare-dbus.mk new file mode 100644 index 0000000000..93d2a688f4 --- /dev/null +++ b/package/hare-dbus/hare-dbus.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# hare-dbus +# +################################################################################ + +HARE_DBUS_VERSION = e9a89f8bc5ce783fa25f0eb67d7d8932db90bcc2 +HARE_DBUS_SITE_METHOD = git +HARE_DBUS_SITE = https://git.sr.ht/~whynothugo/hare-dbus +HARE_DBUS_LICENSE = MIT +HARE_DBUS_LICENSE_FILES = LICENCE +HARE_DBUS_INSTALL_STAGING = YES +HARE_DBUS_DEPENDENCIES = hare-ev hare-xml + +$(eval $(hare-package)) _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot