Is it the missing x bit on directories? If you've encountered this, then
where did it happen, and shouldn't the tarball be fixed instead?

Alex

On Wed, 24 Nov 2021 at 15:48, Stefan Herbrechtsmeier <
stefan.herbrechtsmeier-...@weidmueller.com> wrote:

> From: Stefan Herbrechtsmeier <stefan.herbrechtsme...@weidmueller.com>
>
> Signed-off-by: Stefan Herbrechtsmeier <
> stefan.herbrechtsme...@weidmueller.com>
> ---
>
>  bitbake/lib/bb/fetch2/__init__.py | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/bitbake/lib/bb/fetch2/__init__.py
> b/bitbake/lib/bb/fetch2/__init__.py
> index 05b2d2e924..8ad4e3a5ec 100644
> --- a/bitbake/lib/bb/fetch2/__init__.py
> +++ b/bitbake/lib/bb/fetch2/__init__.py
> @@ -1554,6 +1554,7 @@ class FetchMethod(object):
>          path = data.getVar('PATH')
>          if path:
>              cmd = "PATH=\"%s\" %s" % (path, cmd)
> +        cmd += " && chmod -R +X %s" % (unpackdir)
>          bb.note("Unpacking %s to %s/" % (file, unpackdir))
>          ret = subprocess.call(cmd, preexec_fn=subprocess_setup,
> shell=True, cwd=unpackdir)
>
> --
> 2.20.1
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#158718): 
https://lists.openembedded.org/g/openembedded-core/message/158718
Mute This Topic: https://lists.openembedded.org/mt/87282285/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to