Markus Volk 4297ffcc78
xdg-dbus-proxy: fix issue with glibc >= 2.43
Add a backport patch to fix an issue with glibc >= 2.43

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-03-27 19:43:42 -07:00

28 lines
821 B
BlitzBasic

SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections"
HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = " \
glib-2.0 \
libxslt-native \
docbook-xsl-stylesheets-native \
"
inherit meson pkgconfig ptest-gnome
SRC_URI = " \
git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main \
file://99f9b9f68664166badfdfaa7e69efcedf750f1e3.patch \
file://run-ptest \
"
SRCREV = "1c1989e56f94b9eb3b7567f8a6e8a0aa16cba496"
PACKAGECONFIG = "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false"
RDEPENDS:${PN}-ptest += "dbus"
BBCLASSEXTEND = "native"