From patchwork Mon Jan 15 14:33:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joao Marcos Costa X-Patchwork-Id: 37789 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 CFFE4C3DA79 for ; Mon, 15 Jan 2024 15:14:26 +0000 (UTC) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by mx.groups.io with SMTP id smtpd.web10.82057.1705329255265198438 for ; Mon, 15 Jan 2024 06:34:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=blPPQKMk; spf=pass (domain: bootlin.com, ip: 217.70.183.195, mailfrom: joaomarcos.costa@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 7AFFA60002; Mon, 15 Jan 2024 14:34:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1705329252; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=T27OpcTdjNQ+QFy1RNHhqa8YYfRTGxoFprvhAJymNgQ=; b=blPPQKMkEFwrTASxZCpTwGEoBQsQl6rxTi0VLBeEQRf8ltcNlA3Lkrb7ELwm3iQn+dinNf KQ1pCkiSq0DByjXlCK9+6s/WptpA84YcOSwIgGUtLjvGvKJS8eBSOBAAKq3dTNCGY4VGmq SvtmHnM1mphGiLrsHG/1cVjj1KsOMAVeu05tzlr1rLW3YOp04AYLXLHQFuCoYiWf+Nw6Uy yzlG57IYuWWo/TJ4KnnCfMqzsDVgQVjDRt/TGS+INp+vFpXgTNWe1ylaKcptd63gIdSmqm izwj56hbw0WVkDkDKmdlZKMTm1SYX1BCKH8o9GP9i+nMEVssBDHpFMn2xvlj/g== From: "Joao Marcos Costa" To: openembedded-devel@lists.openembedded.org Cc: raj.khem@gmail.com, thomas.petazzoni@bootlin.com, alexandre.belloni@bootlin.com, Wang Mingyu , Armin Kuster , Joao Marcos Costa Subject: [oe] [meta-oe] [PATCH v1] openwsman: Change download branch from master to main. Date: Mon, 15 Jan 2024 15:33:53 +0100 Message-ID: <20240115143353.2164509-1-joaomarcos.costa@bootlin.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-GND-Sasl: joaomarcos.costa@bootlin.com 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 ; Mon, 15 Jan 2024 15:14:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108288 From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Armin Kuster Signed-off-by: Joao Marcos Costa Backported from Kirkstone (cherry-picked from commit 84425db660a30570044e334509e174e5c92173ed) --- meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb index f635a9b13..e96c97745 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb @@ -17,7 +17,7 @@ REQUIRED_DISTRO_FEATURES = "pam" SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" -SRC_URI = "git://github.com/Openwsman/openwsman.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/Openwsman/openwsman.git;branch=main;protocol=https \ file://libssl-is-required-if-eventint-supported.patch \ file://openwsmand.service \ file://0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch \