Re: [OE-core] [PATCH] pypi: set SRC_URI with =, not with +=
From: Alexander Kanavin <hidden>
Date: 2021-06-23 08:34:42
From: Alexander Kanavin <hidden>
Date: 2021-06-23 08:34:42
Right, I sent an updated patch. Alex On Wed, 23 Jun 2021 at 09:01, Konrad Weihmann [off-list ref] wrote:
That doesn't look completely right to me.
You're absolutely right about devtool expecting the tarball in as the 1st
item, but this patch here breaks existing recipes like
SRC_URI += "file://some.patch"
inherit pypi
as the patch will now be dropped.
I would suggest to go for SRC_URI_prepend = "${PYPI_SRC_URI} " which fixes
the issue *and* doesn't break exisiting setups