summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb')
-rw-r--r--meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb
new file mode 100644
index 0000000000..43536f5d7b
--- /dev/null
+++ b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb
@@ -0,0 +1,18 @@
1SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections"
2HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = " \
7 glib-2.0 \
8 libxslt-native \
9 docbook-xsl-stylesheets-native \
10"
11
12inherit meson pkgconfig
13
14SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main"
15
16SRCREV = "1c1989e56f94b9eb3b7567f8a6e8a0aa16cba496"
17
18BBCLASSEXTEND = "native"