From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 069B1C3DA6E for ; Mon, 8 Jan 2024 21:26:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 9D5BE83B2A; Mon, 8 Jan 2024 21:26:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9D5BE83B2A X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BCaL3HnEjgT4; Mon, 8 Jan 2024 21:26:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 0458482451; Mon, 8 Jan 2024 21:26:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 0458482451 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 265331BF3AA for ; Mon, 8 Jan 2024 21:26:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 0C5BB41AEC for ; Mon, 8 Jan 2024 21:26:24 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0C5BB41AEC X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eEUZ39fLZc_l for ; Mon, 8 Jan 2024 21:26:23 +0000 (UTC) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtp4.osuosl.org (Postfix) with ESMTPS id 24130418B5 for ; Mon, 8 Jan 2024 21:26:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 24130418B5 Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8290:3800:4dc2:634f:d1a7:1769]) (Authenticated sender: yann.morin.1998@free.fr) by smtp5-g21.free.fr (Postfix) with ESMTPSA id 52FFF60134; Mon, 8 Jan 2024 22:26:17 +0100 (CET) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Mon, 08 Jan 2024 22:26:17 +0100 Date: Mon, 8 Jan 2024 22:26:17 +0100 From: "Yann E. MORIN" To: Fabrice Fontaine Message-ID: References: <20240108204645.321631-1-fontaine.fabrice@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240108204645.321631-1-fontaine.fabrice@gmail.com> X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1704749181; bh=MoHjOdhZ88NjfqUhZBf0ndKZ6ZG1TODAaz6TCXR5/UQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PM0CYzZX4qjTtgBtITQEiGWttZlxZEQny5Nqk7HNXa89WNvxMlvUauSRWC7OqGc/I SUAKFjM8/EUmmgllk2wShy8HdHtv47vNJM4ZpCSJEVDxHp2wz4bdsmsUYA+YRF2lC1 VsJL6t0tsk0zucQGtCXXk30PWXrTwPxFSglB3sBcq0IYNvp3e+BeBem7oFR6wYB02v W+9rwpcdOLwHdriL8BWnfBXbvoMfp+AHZawxCDtq9pEV2qdNZNZx2CR44nVU8n66XE dVgXCCT1SfJ8tohpGTOrsnK07cvM6eXBF/IWLAEbl2V8blhNy0gvs6KfBkyrZYS0rB bvLvcNYEWG/Jw== X-Mailman-Original-Authentication-Results: smtp4.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=PM0CYzZX Subject: Re: [Buildroot] [PATCH 1/1] package/libtracefs: fix license hashes X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Giulio Benetti , Maxime Chevallier , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On 2024-01-08 21:46 +0100, Fabrice Fontaine spake thusly: > Commit b1dbd3f679e6660325472e3fdca72127d74e6929 forgot to prepend hashes > of licences files with LICENSES/ > > Fixes: > - No autobuilder failures (yet) > > Signed-off-by: Fabrice Fontaine Applied to master, thanks. Regards, Yann E. MORIN. > --- > package/libtracefs/libtracefs.hash | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/package/libtracefs/libtracefs.hash b/package/libtracefs/libtracefs.hash > index 676fcf1111..040467af08 100644 > --- a/package/libtracefs/libtracefs.hash > +++ b/package/libtracefs/libtracefs.hash > @@ -1,4 +1,4 @@ > # Locally computed > sha256 411fcbf3434ecbaefa6c2b1bf092266293a672e2d7ee46fdd6b402753cb8bd16 libtracefs-1.7.0.tar.gz > -sha256 f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79 GPL-2.0 > -sha256 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca LGPL-2.1 > +sha256 f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79 LICENSES/GPL-2.0 > +sha256 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca LICENSES/LGPL-2.1 > -- > 2.43.0 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot