From b5cd5680f151472a3656fd5d3d9ca47f306bd68c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Aug 2023 09:53:55 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../{xdg-dbus-proxy_0.1.4.bb => xdg-dbus-proxy_0.1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/xdg-dbus-proxy/{xdg-dbus-proxy_0.1.4.bb => xdg-dbus-proxy_0.1.5.bb} (90%) 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 similarity index 90% rename from meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4.bb rename to 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 SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" S = "${WORKDIR}/git" -SRCREV = "6bfe8c32ab23f8c1d80af7a70b3d318a79a17652" +SRCREV = "7466c8137fc06f863fde8486521984e43a26cd10" BBCLASSEXTEND = "native"