From patchwork Wed Feb 7 21:58:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 39013 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 DCA0EC4828D for ; Wed, 7 Feb 2024 21:59:21 +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.web11.3029.1707343152298360061 for ; Wed, 07 Feb 2024 13:59:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=Ja+9Gwd1; spf=pass (domain: bootlin.com, ip: 217.70.183.195, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 7AE3260003; Wed, 7 Feb 2024 21:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1707343150; 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: in-reply-to:in-reply-to:references:references; bh=14LE16PrGUp8EseE0tkjAStpiztI5yE0EAvWmODvZCM=; b=Ja+9Gwd1d66CMzJkcp3p0R0SxmPplWiilvx3EyInVNywvyLR4l7CQbBDyZbh/nhlxuLNlo 86HgGwKv/qrGZoIh7IhasIf34l6b6lrfh4vSJ5V5wHQMYHbLQmZjwGVAxEbWs7WrI26lgF uPp+prVmb3ylR+HrODnRKjafR27UPGqsuIHqWnV87VGH9evq0gjD4FB1TYCaRvnDp4PFUi DmtkMUw65TeoqfVIbp5yShwZwwSGx1x6VdPQs4yGVIx0Dn73fANE2Nem2JF4eEF7fWN4LA qR5rbQG7r8OrURenI1/GeQepMcpkwIqmORb4jpEAI2wWNDpXXpmdV35PT8Dgtg== From: michael.opdenacker@bootlin.com To: openembedded-core@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH v2 2/4] alsa-tools: upgrade 1.2.5 -> 1.2.11 Date: Wed, 7 Feb 2024 22:58:51 +0100 Message-Id: <20240207215853.3605620-3-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240207215853.3605620-1-michael.opdenacker@bootlin.com> References: <20240207215853.3605620-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@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 ; Wed, 07 Feb 2024 21:59:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195086 From: Michael Opdenacker - Upstream release update See https://www.alsa-project.org/wiki/Detailed_changes_v1.2.10_v1.2.11 --- Changes in V2: - Fix commit title, correcting updated version for alsa-tools --- .../alsa/{alsa-tools_1.2.5.bb => alsa-tools_1.2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-tools_1.2.5.bb => alsa-tools_1.2.11.bb} (97%) diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb similarity index 97% rename from meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb rename to meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb index 56acc84559..53868041c0 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=59530bdf33659b29e73d4adb9f9f65 SRC_URI = "https://www.alsa-project.org/files/pub/tools/${BP}.tar.bz2" -SRC_URI[sha256sum] = "35a71027a01f4d7de4722e223520e940de68b3c570b6c671691567ae28f9893e" +SRC_URI[sha256sum] = "0915c9634a502fd3655ca9c574d259bc9e79983d91d45aeacff6f3c00f8ae3e9" inherit autotools-brokensep pkgconfig # brokensep as as10k1 (and probably more) fail out of tree