diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-28 16:25:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 07:11:32 -0700 |
| commit | eb44bf5e61396f2a221d3fcf1e836c9fa5c48f3c (patch) | |
| tree | 85bd47c5fc3b246b005c0073aedb8e82d3070daa | |
| parent | a923c870f2635bd9aba3483f86ca99f9b5bd0017 (diff) | |
| download | meta-openembedded-eb44bf5e61396f2a221d3fcf1e836c9fa5c48f3c.tar.gz | |
xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
Changelog:
==========
* Use lower serial bits to differentiate proxy / client serials, and handle
non-monotonically increasing serials better.
* Fix various GVariant reference leaks
* Don't require talk permission for broadcast rules
* Support sdbus clients
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb (renamed from meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.5.bb b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb index e10ccd04ea..fa63196da2 100644 --- a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.5.bb +++ b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb | |||
| @@ -14,6 +14,6 @@ inherit meson pkgconfig | |||
| 14 | SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" | 14 | SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | SRCREV = "7466c8137fc06f863fde8486521984e43a26cd10" | 17 | SRCREV = "1c1989e56f94b9eb3b7567f8a6e8a0aa16cba496" |
| 18 | 18 | ||
| 19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
