From 5e702262b58bde4b46e98d435a4d957cdffa9805 Mon Sep 17 00:00:00 2001 From: balav08 <54432605+balav08@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:43:03 +0530 Subject: [PATCH] RDKEMW-6898 : gdialserver not compatible with Libsoup3 library RDKEMW-6898 : gdialserver not compatible with Libsoup3 library --- conf/include/generic-pkgrev.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/include/generic-pkgrev.inc b/conf/include/generic-pkgrev.inc index 907ed05c9..0c110294b 100644 --- a/conf/include/generic-pkgrev.inc +++ b/conf/include/generic-pkgrev.inc @@ -228,6 +228,10 @@ PV:pn-ripple = "${RIPPLE_VERSION}" PR:pn-ripple = "r0" PACKAGE_ARCH:pn-ripple = "${MIDDLEWARE_ARCH}" +PV:pn-gssdp = "1.6.3" +PR:pn-gssdp = "r0" +PACKAGE_ARCH:pn-gssdp = "${MIDDLEWARE_ARCH}" + PV:pn-gst-plugins-rdk = "1.0.0" PR:pn-gst-plugins-rdk = "r0" PACKAGE_ARCH:pn-gst-plugins-rdk = "${MIDDLEWARE_ARCH}"