From patchwork Fri Mar 15 17:00:10 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: 41027 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 5F61DC54EB7 for ; Fri, 15 Mar 2024 17:00:13 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.1269.1710522011395964736 for ; Fri, 15 Mar 2024 10:00:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=N0soV7Ts; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=eAxPKZzD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018e430e8bf8-f5f9bc71-38dc-46be-aedf-2a6eb3b51a23-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=1710522010; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=q0Ht4VnvsQbVtyyH++IJHP3q/rfST40ZQ9rjXBmqQh0=; b=N0soV7TsRHv6SshcFiJJZLROJAhCkVutm6fRug0+WtpnB1wC3djnGFyoZtw86lL/ mgiMZCnRlu7kjyWvR3dU6V0HzhABzrxGdGhkvABuYCdqDfpzSTd4aTge2rEJI0auwmB DvnDdz4uDdJNkcVth779qNimQVCN+8UohfGiXHzk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522010; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=q0Ht4VnvsQbVtyyH++IJHP3q/rfST40ZQ9rjXBmqQh0=; b=eAxPKZzD9Jfm7xodvF44lzs2SG5HAk5m4hBvMItMlvgsl7cwfDq0N2uOP9E1TVgA 4qPzP3VfglCMSOaZDB0azgJftbLNamXf9F6yXctOIoqJKKh/LLrOI7rvKag56C9RA6R Pg5OtL0Lgmn1MPs5EISAAwnCH+ZAoHqfeCdBiDHo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcomps: upgrading to 0.1.21 SUCCEEDED Message-ID: <0101018e430e8bf8-f5f9bc71-38dc-46be-aedf-2a6eb3b51a23-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:10 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.29 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 ; Fri, 15 Mar 2024 17:00:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197158 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcomps* to *0.1.21* has Succeeded. Next steps: - apply the patch: git am 0001-libcomps-upgrade-0.1.20-0.1.21.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 cbc96b459115e0d1794df5113be5a2c7b96b9036 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 06:08:48 +0000 Subject: [PATCH] libcomps: upgrade 0.1.20 -> 0.1.21 --- ...Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 9 +++------ .../libcomps/{libcomps_0.1.20.bb => libcomps_0.1.21.bb} | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-devtools/libcomps/{libcomps_0.1.20.bb => libcomps_0.1.21.bb} (94%) diff --git a/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch index 6cd052889a..7658af2a3c 100644 --- a/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch +++ b/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch @@ -1,7 +1,7 @@ -From 32447a79e24f8e7e9e0150eb747f34116d63ef38 Mon Sep 17 00:00:00 2001 +From 975ace691a9f7b33471829697db14baa75306c80 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2016 18:22:09 +0200 -Subject: [PATCH 2/2] Do not set PYTHON_INSTALL_DIR by running python. +Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python. Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin @@ -10,7 +10,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcomps/src/python/src/CMakeLists.txt b/libcomps/src/python/src/CMakeLists.txt -index f813af4..9eebb6c 100644 +index d22b84e..ad67309 100644 --- a/libcomps/src/python/src/CMakeLists.txt +++ b/libcomps/src/python/src/CMakeLists.txt @@ -85,7 +85,7 @@ IF (SKBUILD) @@ -22,6 +22,3 @@ index f813af4..9eebb6c 100644 INSTALL(FILES ${pycomps_SRCDIR}/libcomps/__init__.py DESTINATION ${PYTHON_INSTALL_DIR}/libcomps) #INSTALL(FILES ${pycomps_SRCDIR}/tests/__test.py DESTINATION --- -2.25.1 - diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb similarity index 94% rename from meta/recipes-devtools/libcomps/libcomps_0.1.20.bb rename to meta/recipes-devtools/libcomps/libcomps_0.1.21.bb index 1f59c5ea1e..91170dfbed 100644 --- a/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;p file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ " -SRCREV = "854fbb9fe733b774981e1ffcf825b2d2ce0f8072" +SRCREV = "2e973ce22698dd64f472180e3a689755268fb06b" S = "${WORKDIR}/git"