From patchwork Thu Sep 17 15:37:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 98551 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A860C982DB for ; Thu, 17 Sep 2026 15:37:37 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.42668.1789659455314551935 for ; Thu, 17 Sep 2026 08:37:35 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=b7Ortefp; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 34F421596 for ; Thu, 17 Sep 2026 08:37:31 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 74F3A3F7B4 for ; Thu, 17 Sep 2026 08:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1789659454; bh=aTyyCvm9X6VpP5PphA/8bw/44LawWYGkV4yh9xKr3KM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b7OrtefpWmNQdLDwK7C3F8fEvB5VUig4rrRkc+YTJYdf4x9BSqdriBFZB+bx8yM82 WZrxKPXwoxomNIqaS/gACDZ/cVJG1GNDlPqnToS1TdGGxG2rWHE0kuKSS+gBJLCUnt GlN/ogWi5EzfL2BjjC2fca8q5bs9TCGn2NxVEuas= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH v2 6/8] spice-gtk: upgrade 0.42 -> 0.43 Date: Thu, 17 Sep 2026 16:37:23 +0100 Message-ID: <20260917153727.3057505-6-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260917153727.3057505-1-ross.burton@arm.com> References: <20260917153727.3057505-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 17 Sep 2026 15:37:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130103 Documentation is now built with gi-docgen instead of gtk-doc. Drop python3-six build dependency, no longer needed. Add udev build dependency to avoid it being dependend on what is in the sysroot. Signed-off-by: Ross Burton --- .../spice/{spice-gtk_0.42.bb => spice-gtk_0.43.bb} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename meta-networking/recipes-support/spice/{spice-gtk_0.42.bb => spice-gtk_0.43.bb} (85%) diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.43.bb similarity index 85% rename from meta-networking/recipes-support/spice/spice-gtk_0.42.bb rename to meta-networking/recipes-support/spice/spice-gtk_0.43.bb index dcfbc69e51b..5dc30e58e27 100644 --- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb +++ b/meta-networking/recipes-support/spice/spice-gtk_0.43.bb @@ -8,24 +8,23 @@ LIC_FILES_CHKSUM = " \ file://subprojects/keycodemapdb/LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ " -SRCREV = "f04479c16f0969fb394ebe74b6eff74e560a42f0" +SRCREV = "f028f45a573926736223548887e18ac65dabb50b" -SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice-gtk.git;protocol=https;branch=master" +SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice-gtk.git;protocol=https;branch=master;tag=v${PV}" CVE_STATUS[CVE-2012-4425] = "fixed-version: fixed since 0.15.3" -DEPENDS = "python3-six-native python3-pyparsing-native spice-protocol glib-2.0 pixman openssl jpeg zlib json-glib libcap-ng gstreamer1.0 gstreamer1.0-plugins-base" +DEPENDS = "python3-pyparsing-native spice-protocol glib-2.0 pixman openssl jpeg zlib json-glib libcap-ng gstreamer1.0 gstreamer1.0-plugins-base udev" DEPENDS:append:libc-musl = " libucontext" -inherit meson pkgconfig vala gobject-introspection features_check gtk-doc +inherit meson pkgconfig vala gobject-introspection features_check gi-docgen REQUIRED_DISTRO_FEATURES = "opengl" GIR_MESON_ENABLE_FLAG = 'enabled' GIR_MESON_DISABLE_FLAG = 'disabled' -GTKDOC_MESON_OPTION = 'gtk_doc' -GTKDOC_MESON_ENABLE_FLAG = 'enabled' -GTKDOC_MESON_DISABLE_FLAG = 'disabled' +GIDOCGEN_MESON_ENABLE_FLAG = 'enabled' +GIDOCGEN_MESON_DISABLE_FLAG = 'disabled' do_configure:prepend() { echo ${PV} > ${S}/.tarball-version