From patchwork Sat Nov 4 04:20:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33774 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 0C5D2C0018A for ; Sat, 4 Nov 2023 04:20:57 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.4238.1699071647877827950 for ; Fri, 03 Nov 2023 21:20:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Vu9kYnNq; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=d7ZOGAsF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018b988fde68-3c5989a3-a189-4fa3-90b1-17328a02da23-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699071647; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=z3DgWSOXUlXqvy5lFpZeXSLhfvbs2WZlG4Rvhy+AjLw=; b=Vu9kYnNqhR+vAWRab5hphPzHPFVFvsSzfWjrv0ly59FLxC6ZdFlWUUZUS3wPLBWJ VUALr2fD+MNmAX6HtukPjZv1UQOhR5+fIAZGofyoPAN9D504ghV4gGDfyPtZtxvCnTo vpXvluqZmvqKLICnVZtrcAuuSUOTpURm0QjNyaC0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699071647; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=z3DgWSOXUlXqvy5lFpZeXSLhfvbs2WZlG4Rvhy+AjLw=; b=d7ZOGAsFmAjNvKw6ThfHPnRfMBs1YzOqI7Z/1QQuDsEEQ6qQY6lNg8BgQ7V6Ixbp CrL+yJTzrq0r7/Cr92nKB5wivZ591N7Ghca+XZxg1WsY4OxeJOHTJnxioOCPfDl4xvz qFDLfCFVAUXR3Fa/Sjkal5Gzm53CvCjAf7q5bsDc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] rygel: upgrading to 0.42.4 FAILED Message-ID: <0101018b988fde68-3c5989a3-a189-4fa3-90b1-17328a02da23-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 04:20:47 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 04 Nov 2023 04:20:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106267 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rygel* to *0.42.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-rygel-upgrade-0.40.4-0.42.4.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From fd3ed54f84dbd4528c06481453c89c56812209ec Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 04:09:44 +0000 Subject: [PATCH] rygel: upgrade 0.40.4 -> 0.42.4 --- .../rygel/{rygel_0.40.4.bb => rygel_0.42.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-connectivity/rygel/{rygel_0.40.4.bb => rygel_0.42.4.bb} (97%) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.40.4.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb similarity index 97% rename from meta-multimedia/recipes-connectivity/rygel/rygel_0.40.4.bb rename to meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb index 8bc8767d8..d0bd7dd91 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.40.4.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb @@ -20,7 +20,7 @@ inherit gnomebase features_check vala gobject-introspection gettext systemd meso # gobject-introspection is mandatory for libmediaart-2.0 and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "736d8adbe8615f6cbc8fcfff9845dc985fd10e16629da236b4b52dbedf0a348b" +SRC_URI[archive.sha256sum] = "6310dfaa2d332b66119b9b020fad6a4bd27d9bc61faf780ca5ca0b62813303f7" GNOMEBASEBUILDCLASS = "meson" GIR_MESON_ENABLE_FLAG = 'enabled'