On Fri, 15 Jul 2022 at 17:59, Richard Purdie
<richard.pur...@linuxfoundation.org> wrote:
> -        if distro and distro in ['debian-9', 'debian-10', 'centos-7', 
> 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04', 'almalinux-8.5', 'almalinux-8.6']:
> +        if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 
> 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or 
> distro.startswith('almalinux')):

I guess almalinux-9 has also shown the same problem as 8? Should this
be 'or distro.startswith('almalinux-8') or
distro.startswith('almalinux-9') rather? It will be a while before 10
is available , and that should be evaluated on its own.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#168123): 
https://lists.openembedded.org/g/openembedded-core/message/168123
Mute This Topic: https://lists.openembedded.org/mt/92403794/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