From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Martin Jansa <Martin.Jansa@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] podman-compose: remove pypi inherit to fix do_fetch
Date: Sat, 3 Jul 2021 23:42:04 -0400 [thread overview]
Message-ID: <20210704034202.GA32345@gmail.com> (raw)
In-Reply-To: <20210702095942.1303820-1-Martin.Jansa@gmail.com>
In message: [meta-virtualization][PATCH] podman-compose: remove pypi inherit to fix do_fetch
on 02/07/2021 Martin Jansa wrote:
> * now when pypi uses SRC_URI_prepend since:
> https://git.openembedded.org/openembedded-core/commit/?id=8f17b8bce85efb0e9a7e15d0b98a5cf7b6bd9750
> both entries end in SRC_URI (because of delayed nature of prepend):
> https://files.pythonhosted.org/packages/source/p/podman-compose/podman-compose-0.1.5.tar.gz
> git://github.com/containers/podman-compose.git
>
> causing:
> ERROR: podman-compose-0.1.5-r0 do_fetch: No checksum specified for '/OE/build/oe-core/downloads/podman-compose-0.1.5.tar.gz', please add at least one to the recipe:
> SRC_URI[sha256sum] = "fb229362f188980ea3fbdee2a25d0a2dd6a0b886d925d5213e22e09f1062ebe9"
> ERROR: podman-compose-0.1.5-r0 do_fetch: Fetcher failure for URL: 'https://files.pythonhosted.org/packages/source/p/podman-compose/podman-compose-0.1.5.tar.gz'. Missing SRC_URI checksum
> ERROR: Logfile of failure stored in: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/podman-compose/0.1.5-r0/temp/log.do_fetch.55855
>
> drop pypi inherit to restore the previous SRC_URI with just the git:// entry.
Thanks for the fixup.
This is now merged.
Bruce
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> recipes-containers/podman-compose/podman-compose_0.1.5.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/recipes-containers/podman-compose/podman-compose_0.1.5.bb
> index bf91705..1b91a92 100644
> --- a/recipes-containers/podman-compose/podman-compose_0.1.5.bb
> +++ b/recipes-containers/podman-compose/podman-compose_0.1.5.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "An implementation of docker-compose with podman backend"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -inherit setuptools3 pypi
> +inherit setuptools3
>
> SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel"
>
> --
> 2.30.2
>
>
>
>
prev parent reply other threads:[~2021-07-04 3:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-02 9:59 [meta-virtualization][PATCH] podman-compose: remove pypi inherit to fix do_fetch Martin Jansa
2021-07-04 3:42 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210704034202.GA32345@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=Martin.Jansa@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.