Skip to content

Commit ee03f9c

Browse files
committed
[SKIFF] package/dbus-forwarding-proxy: new package
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent efe27de commit ee03f9c

4 files changed

Lines changed: 35 additions & 0 deletions

File tree

package/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ endmenu
485485
source "package/dbus-broker/Config.in"
486486
source "package/dbus-cpp/Config.in"
487487
source "package/dbus-cxx/Config.in"
488+
source "package/dbus-forwarding-proxy/Config.in"
488489
source "package/dbus-glib/Config.in"
489490
source "package/dbus-python/Config.in"
490491
source "package/dbus-triggerd/Config.in"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
config BR2_PACKAGE_DBUS_FORWARDING_PROXY
2+
bool "dbus-forwarding-proxy"
3+
depends on BR2_USE_WCHAR # libglib2 -> gettext
4+
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, systemd
5+
depends on BR2_USE_MMU # libglib2, systemd
6+
depends on !BR2_STATIC_LIBS # systemd
7+
select BR2_PACKAGE_LIBGLIB2
8+
select BR2_PACKAGE_SYSTEMD
9+
help
10+
D-Bus forwarding proxy for connecting multiple namespaces.
11+
12+
https://github.com/igo95862/dbus-forwarding-proxy
13+
14+
comment "dbus-forwarding-proxy needs a toolchain w/ wchar, threads, dynamic library"
15+
depends on BR2_USE_MMU
16+
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Locally computed
2+
sha256 18817f10f114d7c9a2c9f432f96a1c9d7fd7bcb3461c6089f1d5622296f08791 dbus-forwarding-proxy-97fd27e6cad9b2dd4502663667a95e5e7cc887e2.tar.gz
3+
4+
# Hash for license file:
5+
sha256 fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb LICENSES/LGPL-2.1-or-later.txt
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
################################################################################
2+
#
3+
# dbus-forwarding-proxy
4+
#
5+
################################################################################
6+
7+
DBUS_FORWARDING_PROXY_VERSION = 97fd27e6cad9b2dd4502663667a95e5e7cc887e2
8+
DBUS_FORWARDING_PROXY_SITE = $(call github,igo95862,dbus-forwarding-proxy,$(DBUS_FORWARDING_PROXY_VERSION))
9+
DBUS_FORWARDING_PROXY_DEPENDENCIES = host-pkgconf libglib2 systemd
10+
DBUS_FORWARDING_PROXY_LICENSE = LGPL-2.1-or-later
11+
DBUS_FORWARDING_PROXY_LICENSE_FILES = LICENSES/LGPL-2.1-or-later.txt
12+
13+
$(eval $(meson-package))

0 commit comments

Comments
 (0)