From patchwork Tue Apr 16 06:14:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 42509 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 8D006C52D70 for ; Tue, 16 Apr 2024 06:14:18 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.13595.1713248039148729596 for ; Mon, 15 Apr 2024 23:14:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=UmVdtfEq; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=XsJGMZAv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018ee58a9b0a-61fb1740-93e0-4518-b14e-b274baa3e9bd-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=1713248050; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8ZS7Zy/rzYuskBm7MmltxGhCYJf0PqBSK5/o0WCo3Ls=; b=UmVdtfEqXXuLPanFTvesfPHT0Pwfb6cCoHW+EPpo/T3Hw50m358mC3hDdAjxqV4O L+1D1+qbhDGj5YbkKvUtfH3Ny5anIpD4b2GZnYTeE867puE2QZ52fbfZrSoaluJG7ir mfMx040HAlWOHlQqAiv+HxC106buWVYOKn9+GQ6Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248050; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8ZS7Zy/rzYuskBm7MmltxGhCYJf0PqBSK5/o0WCo3Ls=; b=XsJGMZAvdrhCYe+RBMoQsh/U7ctn/GJyRh8+GHXe2M1g0fHhzCyNETm88u9g90P+ At/9Bvv2WcdPmtJcKN8BJCaA3ARhuz3P/2Ee0f/Xlzx3EDxgiUVFYIZHHCRfW6gGXF8 m1r92gk2mxid3n+KsrqXuYh/3uuuGSZnR/rv8RVI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mtdev: upgrading to 1.1.7 SUCCEEDED Message-ID: <0101018ee58a9b0a-61fb1740-93e0-4518-b14e-b274baa3e9bd-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:14:09 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.191 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 ; Tue, 16 Apr 2024 06:14:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198371 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mtdev* to *1.1.7* has Succeeded. Next steps: - apply the patch: git am 0001-mtdev-upgrade-1.1.6-1.1.7.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 ca7f770e6d4b224e3d3e8b76aec9945383002c6b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Apr 2024 00:06:49 +0000 Subject: [PATCH] mtdev: upgrade 1.1.6 -> 1.1.7 --- .../wayland/{mtdev_1.1.6.bb => mtdev_1.1.7.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{mtdev_1.1.6.bb => mtdev_1.1.7.bb} (80%) diff --git a/meta/recipes-graphics/wayland/mtdev_1.1.6.bb b/meta/recipes-graphics/wayland/mtdev_1.1.7.bb similarity index 80% rename from meta/recipes-graphics/wayland/mtdev_1.1.6.bb rename to meta/recipes-graphics/wayland/mtdev_1.1.7.bb index 7c1cb5e4ec..24803c4238 100644 --- a/meta/recipes-graphics/wayland/mtdev_1.1.6.bb +++ b/meta/recipes-graphics/wayland/mtdev_1.1.7.bb @@ -12,7 +12,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=ea6bd0268bb0fcd6b27698616ceee5d6" SRC_URI = "http://bitmath.org/code/${BPN}/${BP}.tar.bz2" -SRC_URI[md5sum] = "bf8ef2482e84a00b5db8fbd3ce00e249" -SRC_URI[sha256sum] = "15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0" +SRC_URI[sha256sum] = "a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e" inherit autotools pkgconfig