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 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 A9B07C76188 for ; Wed, 5 Apr 2023 16:45:09 +0000 (UTC) Received: from smtpout.cvg.de (smtpout.cvg.de [87.128.211.67]) by mx.groups.io with SMTP id smtpd.web10.135653.1680713103386423978 for ; Wed, 05 Apr 2023 09:45:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sigma-chemnitz.de header.s=v2022040800 header.b=B6tj0laO; spf=pass (domain: sigma-chemnitz.de, ip: 87.128.211.67, mailfrom: enrico.scholz@sigma-chemnitz.de) Received: from mail-mta-3.intern.sigma-chemnitz.de (mail-mta-3.intern.sigma-chemnitz.de [192.168.12.71]) by mail-out-2.intern.sigma-chemnitz.de (8.16.1/8.16.1) with ESMTPS id 335Gj0KA1310841 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=OK) for ; Wed, 5 Apr 2023 18:45:00 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sigma-chemnitz.de; s=v2022040800; t=1680713100; bh=W+jRTVqnCyrtYFlRyDsRb067pxhBJDROeMH6cBjF/kw=; l=564; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=B6tj0laOZGDNSQ6DiGPXrRfdZEHfDvpAkdCQBYXmtbY2+WkIuqqIAqy8FJELmBGHz n1h+Pmy1WLsjkRkm87oWp4LPof8wUuOOFIDwZNqGVGCPzQcanz5/x13vBss/Ys/h16 FyOch8U0sqYbcMwGj/dImqoLsezHqqbQKorWYW+Fi3ZRZfiJ9+Xk45Ff98ABx+Z9yX UoLu03SQNl10lxPPxYoUFnHx6Rldwdd/1z6ayG+4dhRhNbDJMQhc4D+CciOl3RvVZ0 /KinhUVEC/BObP+0UXkM7T6PDSuxDdET0UWi7s4mDbtsT6vbbr0SXL3yoxYrIbNZZZ R00A5AdFm0S4g== Received: from reddoxx.intern.sigma-chemnitz.de (reddoxx.sigma.local [192.168.16.32]) by mail-mta-3.intern.sigma-chemnitz.de (8.16.1/8.16.1) with ESMTP id 335GirDR409050 for from enrico.scholz@sigma-chemnitz.de; Wed, 5 Apr 2023 18:44:54 +0200 Received: from mail-msa-2.intern.sigma-chemnitz.de ([192.168.12.72]) by reddoxx.intern.sigma-chemnitz.de with ESMTP id YS586P3ZHI; Wed, 05 Apr 2023 18:44:53 +0200 Received: from ensc-pc.intern.sigma-chemnitz.de (ensc-pc.intern.sigma-chemnitz.de [192.168.3.24]) by mail-msa-2.intern.sigma-chemnitz.de (8.16.1/8.16.1) with ESMTPS id 335Gir161272018 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 5 Apr 2023 18:44:53 +0200 Received: from ensc by ensc-pc.intern.sigma-chemnitz.de with local (Exim 4.96) (envelope-from ) id 1pk6Fh-00Ekem-1d; Wed, 05 Apr 2023 18:44:53 +0200 From: Enrico Scholz To: =?utf-8?B?RnLDqWTDqXJpYw==?= Martinsons Cc: bitbake-devel@lists.openembedded.org Subject: Re: [bitbake-devel] [PATCH] fetch:crate: create versioned 'name' entries References: <20230405101609.3309660-1-enrico.scholz@sigma-chemnitz.de> <17530ADB1695B5D1.3977@lists.openembedded.org> Date: Wed, 05 Apr 2023 18:44:53 +0200 In-Reply-To: (=?utf-8?B?IkZyw6lkw6lyaWM=?= Martinsons"'s message of "Wed, 5 Apr 2023 18:28:51 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sender: Enrico Scholz X-REDDOXX-Id: 642da5855038ce378780cd92 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, 05 Apr 2023 16:45:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/bitbake-devel/message/14661 Fr=C3=A9d=C3=A9ric Martinsons writes: > No, I take that back, it should not be an issue since you set the name > only if it is not already there. But, to be sure, did you try to build > some existing cargo based recipe (zvariant but also python3-bcrypt for > example). It will break cargo related recipes which were created between 2023-03-16 and 2023-03-31. Packages before this date do not contain sha256sum and after this date, they have an explicit 'name' (which matches the one generated by my patch). Enrico