From patchwork Thu Oct 26 13:11:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 32960 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 D0815C25B72 for ; Thu, 26 Oct 2023 13:11:26 +0000 (UTC) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by mx.groups.io with SMTP id smtpd.web11.69985.1698325881425703944 for ; Thu, 26 Oct 2023 06:11:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=PQzlK0gl; spf=pass (domain: linuxfoundation.org, ip: 209.85.167.43, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-lf1-f43.google.com with SMTP id 2adb3069b0e04-508126afc88so1286592e87.1 for ; Thu, 26 Oct 2023 06:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1698325879; x=1698930679; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=j20qV2FSRA05djenh6HnmqEbFZvXKEQRrLaxC9pB1XE=; b=PQzlK0glS6YJRxygP/OgDPCrc3bE6K211FRSVo9ZVUFmla0OSRS6jQY5yM+bgoFXdA SgwdGDmQfFVr5X2JBorZwVvhy6CNKDFQrzky9vvsg2tabiBGCRxCY4mdqNf1S3i38T4J eJGcmOtE+kEk7Z2e1qQnHMG7Q/Kg6CftZ/fv0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698325879; x=1698930679; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=j20qV2FSRA05djenh6HnmqEbFZvXKEQRrLaxC9pB1XE=; b=kpomwi9JidA2tQB9DbKP34/mO9r0Jkzl4e3CDsSfClvmSn0eHAxFOQUUIVbXw0R61C 1qngjGoO3YipAlFVHf5+Zx7zzIugn1AyIQeg0gVVTB/NlZtZFRFa+ZPm6vp9OMKEmuFh RqaDjfnKtyNJbBj0bZnxqa6+LjUJkKHDj7ptQ8sNXhGpM0/BV8yfX9y0av9ng81WjckV JiJ+yMRyUqr5mnRMZgi1tY7L5Hi5EOKc1DZ9iB2R5UolvE4rz1HPoJB+AEWxMjuGsim8 FcldW/ANcKQ6M2PEGAzQIwq2q2TkNmB+AzuqGJ23t2iUrjZykmiRYkT9lsdGljQovtMX W9Fg== X-Gm-Message-State: AOJu0YxuzoZdIE78VQaaueQsVQLugmWZuLmWN6H/Y3320CUWOuF4JciZ rFT/JdrUxSksNMHdwiLEvaSm611Sdq5adyJwFzM= X-Google-Smtp-Source: AGHT+IGCzl9mgYy3rdfbTtAz23NUDiN8Pto9rsBVGEisENDyZNIPaYsiwwEsiDYOJTkB8yFq41a/dA== X-Received: by 2002:ac2:4d1b:0:b0:503:1775:fc1 with SMTP id r27-20020ac24d1b000000b0050317750fc1mr12671064lfi.31.1698325879225; Thu, 26 Oct 2023 06:11:19 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:aeb5:bfd7:dc1c:82a3]) by smtp.gmail.com with ESMTPSA id q18-20020adff792000000b0030647449730sm14202024wrp.74.2023.10.26.06.11.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 06:11:18 -0700 (PDT) From: Richard Purdie To: openembedded-devel@lists.openembedded.org Subject: [meta-openembedded] [kirkstone] [PATCH 1/3] grubby: Update branchname to match upstream Date: Thu, 26 Oct 2023 14:11:16 +0100 Message-Id: <20231026131118.1500868-1-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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, 26 Oct 2023 13:11:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105743 meta-oe master already made this change along with others. Update the branchname to match upstream repository changes to allow fetching to continue to work. Drop unneeded duplicate semicolon too. Signed-off-by: Richard Purdie --- meta-initramfs/recipes-devtools/grubby/grubby_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index a276bf423..7c40c52cf 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb @@ -14,7 +14,7 @@ DEPENDS:append:libc-musl = " libexecinfo" S = "${WORKDIR}/git" SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" -SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=master \ +SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=main \ file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ file://run-ptest \ file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ From patchwork Thu Oct 26 13:11:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 32958 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 BF4F0C25B6B for ; Thu, 26 Oct 2023 13:11:26 +0000 (UTC) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by mx.groups.io with SMTP id smtpd.web11.69986.1698325881905352077 for ; Thu, 26 Oct 2023 06:11:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=ayLxWBMr; spf=pass (domain: linuxfoundation.org, ip: 209.85.167.45, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-5079f3f3d7aso1313589e87.1 for ; Thu, 26 Oct 2023 06:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1698325880; x=1698930680; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=BwFx1YsdR4rHMsbfERek+MS0aCWq6PKgmDNXcH47qCw=; b=ayLxWBMricFSvJQQGwmRRKLi6eqtEt8OQavgDMw/UQBB4STJqKr6nOtd1Y9Ox6El9g oMNMayhn1Po8XoqTR/gruNH4Qjaw0oQpPY2rH2NzfjJRd+EASA4p8Od6JPFClgwf6fUR ShBHnFKT7Mgm5ABDGqEE8jdY4AF1ixJYrPzb0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698325880; x=1698930680; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BwFx1YsdR4rHMsbfERek+MS0aCWq6PKgmDNXcH47qCw=; b=a3HSr2HTcffgFB8v7d/maBpZBUmAFrQTLHtMoNsrY2MVa7f9aCKPbLFj9HiMICCkgK sI39lVO2B4HjHFrvrS8axsjAPRN4jLA7bhRbq7alaYO92C7hj2kjEq89xxwGFktjs9c9 Ex00nXRcTMVb+XlQCHkx37i/bYaZgKOvXG6fXL/hy5aiK3SSL3nF92lW7CZCyk9Bn6QM +DI7PvfygDTlWyWr3t3NRsScdmsYeu+EuwlNizhiisTeS+jBq3p34aubWyi6F5UIo78Q x0y0G26HOKG/nrPasgVUugZ7xPpJvFpPHUw8Dba7dmgeokV03iyE8Akko6WQNJwGcRnH mMKA== X-Gm-Message-State: AOJu0Yy1Ind9SywiCyTsMpmKI5/ttsZSP99mOYM61eBfBvhx+Lz3oyFA WDlapNCP4g4Y0oBuAuNDjaqKyxs1NWjY2xI2J8w= X-Google-Smtp-Source: AGHT+IGcTfOmy+9dWMNOrgzviy76EBDHbpiiZpMiBubl+hBkQXznITKOVROxCd8sUYVj9Hx+2Bus0w== X-Received: by 2002:ac2:4e93:0:b0:502:a46e:257a with SMTP id o19-20020ac24e93000000b00502a46e257amr12431375lfr.56.1698325879846; Thu, 26 Oct 2023 06:11:19 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:aeb5:bfd7:dc1c:82a3]) by smtp.gmail.com with ESMTPSA id q18-20020adff792000000b0030647449730sm14202024wrp.74.2023.10.26.06.11.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 06:11:19 -0700 (PDT) From: Richard Purdie To: openembedded-devel@lists.openembedded.org Subject: [meta-openembedded] [kirkstone] [PATCH 2/3] python-blivet: Adapt to upstream branch name changes Date: Thu, 26 Oct 2023 14:11:17 +0100 Message-Id: <20231026131118.1500868-2-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231026131118.1500868-1-richard.purdie@linuxfoundation.org> References: <20231026131118.1500868-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 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, 26 Oct 2023 13:11:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105744 Signed-off-by: Richard Purdie --- .../recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb index 29e7a267d..36ab065b5 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" B = "${S}" SRCREV = "42512ee48494cee71febf04078d9774f0146a085" -SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=main;protocol=https \ file://0001-Use-setuptools-instead-of-distutils-in-setup.py.patch \ file://0002-Use-symbolic-list-add-and-edit-icons.patch \ " From patchwork Thu Oct 26 13:11:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 32959 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 B1987C25B48 for ; Thu, 26 Oct 2023 13:11:26 +0000 (UTC) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mx.groups.io with SMTP id smtpd.web11.69988.1698325883537947889 for ; Thu, 26 Oct 2023 06:11:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=YLTOFJTi; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.53, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-4081ccf69dcso12146625e9.0 for ; Thu, 26 Oct 2023 06:11:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1698325882; x=1698930682; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=JHuOo9fEf0Esx2du2RNp/0fxrRSXDvSmKrSjKrdB8yw=; b=YLTOFJTii/s01+Vtp862kq6Y4e5U6H6XUu7O4J5RNabiEPSobmjuXKmjrKrCdZsvFU SKQpzfCZvSg9Fe3p6lCPy2of5gMyXc4CBrAj/BDUzC6vJoBgA3yONy6VbQFPINPELPhb oREghSx/bJOFcE2PotXSWilafKjJCYeC1sb7Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698325882; x=1698930682; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JHuOo9fEf0Esx2du2RNp/0fxrRSXDvSmKrSjKrdB8yw=; b=NbUODHqd2d3Xy6C/1svfBuRZEX7sB9WzAWALnRrjAmLfcAt0LiJLzI62QQBnOx1g6u iP4HDujCA+LPVk3Y5mlcRHsw+4QP2WokNpOHgsCFRdeo6G8YXQG1NKzBPXPtkgXEoBey 2YK54SWn2f4sFcHyFapzhCx+Oa5ASf72KkKUiapO1i63bJiPjTnIoVaL66g+zCHdeQov x0qO5QSPyjPNMjPH82gsE0NMpsavO8qwH88/xSjaLJ5+v8eiY1r5+pw0rZ0cEYzezl0y cnOe5j6FV/6y5h3t6ZCkZoB3NWoi1/r8dLiz3qk8rIwA2P4aI0yENL92r39atH8NR4Yd UCBg== X-Gm-Message-State: AOJu0YyA4oQVmLUc+/tB51ei89DbW5q4+pkXsv0pUxkVfmHK+BuO8Tnw nkKsov5WqQm0bPT0t59EqYveRDISXY47wlAekDs= X-Google-Smtp-Source: AGHT+IGco0kzoOf3jRxpmkra56+3prt2v/PkhrvHqNjyoZ/jTzvio3YOw6Oy2WUVDEH8Xm0wNkqMjw== X-Received: by 2002:a5d:6c69:0:b0:32d:de87:1085 with SMTP id r9-20020a5d6c69000000b0032dde871085mr3294991wrz.10.1698325880788; Thu, 26 Oct 2023 06:11:20 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:aeb5:bfd7:dc1c:82a3]) by smtp.gmail.com with ESMTPSA id q18-20020adff792000000b0030647449730sm14202024wrp.74.2023.10.26.06.11.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 06:11:20 -0700 (PDT) From: Richard Purdie To: openembedded-devel@lists.openembedded.org Subject: [meta-openembedded] [kirkstone] [PATCH 3/3] suiteparse: Adapt to upstream branch name changes Date: Thu, 26 Oct 2023 14:11:18 +0100 Message-Id: <20231026131118.1500868-3-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231026131118.1500868-1-richard.purdie@linuxfoundation.org> References: <20231026131118.1500868-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 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, 26 Oct 2023 13:11:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105745 meta-oe master branch already made this change. Signed-off-by: Richard Purdie --- meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb index 38e34b93c..56cbfce20 100644 --- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb +++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb @@ -1,6 +1,6 @@ LICENSE = "GPL-2.0-only & GPL-3.0-only & BSD-3-Clause & LGPL-2.0-only & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5fa987762101f748a6cdd951b64ffc6b" -SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branch=master \ +SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branch=stable \ file://0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch \ file://0002-Preserve-links-when-installing-libmetis.patch \ file://0003-Add-version-information-to-libmetis.patch \