summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-03-07 21:33:17 +0100
committerKhem Raj <raj.khem@gmail.com>2023-03-07 15:00:10 -0800
commit4a10c81a33b0dd1f757ac3f31028662d5079c694 (patch)
tree2dea7deea74068446e73a27f399f2661e763a01a
parent36a0a6874bbf667e9d18b396122226b6a1187ca9 (diff)
downloadmeta-openembedded-4a10c81a33b0dd1f757ac3f31028662d5079c694.tar.gz
xdg-dbus-proxy: add recipe
xdg-dbus-proxy-native is needed for sandboxing webkitgtk Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb
new file mode 100644
index 0000000000..35dee632a2
--- /dev/null
+++ b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb
@@ -0,0 +1,19 @@
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
16S = "${WORKDIR}/git"
17SRCREV = "6bfe8c32ab23f8c1d80af7a70b3d318a79a17652"
18
19BBCLASSEXTEND = "native"