From patchwork Thu Feb 15 17:32:27 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: 39383 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 C021AC48BF9 for ; Thu, 15 Feb 2024 17:32:30 +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.web11.20348.1708018347797072897 for ; Thu, 15 Feb 2024 09:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Xqb7eBbR; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ENKdFChi; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018dadd3ac81-60a32417-8cb3-4b79-8abf-6cea8b9b8758-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=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=vhX04ov8rK19KBITvvaf49IIEwZ1J9v9/Sz7EOaqLuY=; b=Xqb7eBbRanDQgfJ/52PG83F2jm632DZ6fu+P79CfboFtZSALPTpkRnrY3IROfcNi /eJ8iRpMLHet+dt2HBk0gYMAFX+cKSurOVeuvGPSC3DCzJBwXSkGnbbLXujiWZqwxpc uc6f+5NBkDJHxm0NjB5oLhaxLQqeu5n5bBrtnSJU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018347; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=vhX04ov8rK19KBITvvaf49IIEwZ1J9v9/Sz7EOaqLuY=; b=ENKdFChiHAEkX67stAV3xLKzaGbcS1y9OxmR0qxoAIdB950evxlu4eroMHkNxMBi 7XxcqdeYMTbYZ70W6sTQNALn12kMl2s3MgCfJue+GaXAcHGYUTk5YOo53vn8WKEz7cu V9wdwV6ZKC6c4lS7Etq6rzLT3QJQSrjAlO/kY4C0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] appstream: upgrading to 1.0.1 SUCCEEDED Message-ID: <0101018dadd3ac81-60a32417-8cb3-4b79-8abf-6cea8b9b8758-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:27 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195675 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *appstream* to *1.0.1* has Succeeded. Next steps: - apply the patch: git am 0001-appstream-upgrade-1.0.0-1.0.1.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 1834a2b01b8883a5be16e6a0509a50fd6237c4ef Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 16:04:36 +0000 Subject: [PATCH] appstream: upgrade 1.0.0 -> 1.0.1 --- .../appstream/0001-remove-hardcoded-path.patch | 12 +++++------- .../{appstream_1.0.0.bb => appstream_1.0.1.bb} | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) rename meta/recipes-support/appstream/{appstream_1.0.0.bb => appstream_1.0.1.bb} (93%) diff --git a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch index 66687a5b89..c2ce4503d2 100644 --- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch +++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch @@ -1,4 +1,4 @@ -From 6ab00a4279823829a9b82dc9e4d055da4de88c6e Mon Sep 17 00:00:00 2001 +From d1b7a045a90e49c7e138ac9c4cf0e68980e8df64 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 12 Dec 2022 15:42:42 +0100 Subject: [PATCH] remove hardcoded path @@ -9,12 +9,13 @@ Dont include hardcoded path. This fixes: | cc1: error: include location "/usr/include" is unsafe for cross-compilation [-Werror=poison-system-directories] Upstream-Status: Inappropriate [oe-specific] + --- - meson.build | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + meson.build | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build -index fd0e3373..2f273ada 100644 +index 0556b1e..f9694b3 100644 --- a/meson.build +++ b/meson.build @@ -185,10 +185,10 @@ endif @@ -30,6 +31,3 @@ index fd0e3373..2f273ada 100644 else error('Unable to find Snowball header "libstemmer.h". Please ensure libstemmer/Snowball is installed properly in order to continue.') endif --- -2.34.1 - diff --git a/meta/recipes-support/appstream/appstream_1.0.0.bb b/meta/recipes-support/appstream/appstream_1.0.1.bb similarity index 93% rename from meta/recipes-support/appstream/appstream_1.0.0.bb rename to meta/recipes-support/appstream/appstream_1.0.1.bb index 3f8bfcd263..1114011835 100644 --- a/meta/recipes-support/appstream/appstream_1.0.0.bb +++ b/meta/recipes-support/appstream/appstream_1.0.1.bb @@ -28,7 +28,7 @@ SRC_URI = " \ https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \ file://0001-remove-hardcoded-path.patch \ " -SRC_URI[sha256sum] = "ef23477a380e8b525e92cfa87687f1146b9cef74c641349a1ae11250be5401d0" +SRC_URI[sha256sum] = "fa4d5994e5c6f22e9b66cb0b52e8b5f5d96e7353ea5528b56436e0150829203b" S = "${WORKDIR}/AppStream-${PV}"