From patchwork Tue May 12 16:37:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 87909 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 1DA5BCD4F25 for ; Tue, 12 May 2026 16:37:35 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.79916.1778603852836286475 for ; Tue, 12 May 2026 09:37:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=QQsJj3Fm; 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 1502B1655 for ; Tue, 12 May 2026 09:37:27 -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 974923F836 for ; Tue, 12 May 2026 09:37:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778603852; bh=0SxkOJVvHKMVbJhzi36csz+ZEwiDzdZmHyDKYqqa37U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QQsJj3Fm0m3ItfXxP8yjy+A6GVG70WfM2AwSymmLX/J7RlehjxG8HZzDwasQkNRjA jHbjb0J/z8Gh8wEDYEeuzXgkUAFfpDOuuo27EuKk92GLTlMsMPUcXgIeQJp7la3Hvk Q7450VecEdC/h95XceDDHKimPN5a/OeZHou5vJeA= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 2/3] libdazzle: add recipe (from oe-core) Date: Tue, 12 May 2026 17:37:26 +0100 Message-ID: <20260512163727.3832144-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260512163727.3832144-1-ross.burton@arm.com> References: <20260512163727.3832144-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 ; Tue, 12 May 2026 16:37:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126873 This was previously in oe-core but is being removed as it is no longer used by anything in that layer. Signed-off-by: Ross Burton --- .../libdazzle/libdazzle_3.44.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb diff --git a/meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb b/meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb new file mode 100644 index 0000000000..9bca7e9dce --- /dev/null +++ b/meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." +DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \ +GTK+, an animation framework, state machines, paneling and high-performance \ +counters are included." +LICENSE = "GPL-3.0-or-later" +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" +LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" + +inherit gnomebase upstream-version-is-even vala features_check gobject-introspection + +DEPENDS = "glib-2.0-native glib-2.0 gtk+3" + +SRC_URI[archive.sha256sum] = "3cd3e45eb6e2680cb05d52e1e80dd8f9d59d4765212f0e28f78e6c1783d18eae" + +GIR_MESON_OPTION = 'with_introspection' + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"