summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-16 09:53:55 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-15 20:07:54 -0700
commitb5cd5680f151472a3656fd5d3d9ca47f306bd68c (patch)
tree38f41a152bf1d2037e2cefa70a0f1faa314b66df
parent975341cab891e04746a0fb76287e5efc5e36fe45 (diff)
downloadmeta-openembedded-b5cd5680f151472a3656fd5d3d9ca47f306bd68c.tar.gz
xdg-dbus-proxy: upgrade 0.1.4 -> 0.1.5
Changelog: ============= * Fix handling of object paths > 255 bytes * Print better errors when message parsing fails * Optionally install tests for "as-installed" testing 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.5.bb (renamed from meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb)2
1 files changed, 1 insertions, 1 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.5.bb
index 35dee632a2..e10ccd04ea 100644
--- 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.5.bb
@@ -14,6 +14,6 @@ inherit meson pkgconfig
14SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" 14SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17SRCREV = "6bfe8c32ab23f8c1d80af7a70b3d318a79a17652" 17SRCREV = "7466c8137fc06f863fde8486521984e43a26cd10"
18 18
19BBCLASSEXTEND = "native" 19BBCLASSEXTEND = "native"