diff options
-rw-r--r-- | meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb | 19 |
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 @@ | |||
1 | SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections" | ||
2 | HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | DEPENDS = " \ | ||
7 | glib-2.0 \ | ||
8 | libxslt-native \ | ||
9 | docbook-xsl-stylesheets-native \ | ||
10 | " | ||
11 | |||
12 | inherit meson pkgconfig | ||
13 | |||
14 | SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | SRCREV = "6bfe8c32ab23f8c1d80af7a70b3d318a79a17652" | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||