Re: [yocto] Sprinkled examples of layers that use ":append" without a leading space

Quentin Schulz <[email protected]> Fri, 8 May 2026 17:19:56 +0200
Newsgroups org.yoctoproject.lists.yocto
Message-ID <[email protected]>
Hi Robert,

On 5/8/26 3:24 PM, Robert P. J. Day via lists.yoctoproject.org wrote:
> 
>    Recently, I noticed the occasional example in some layers where
> there *appears* to be a missing leading space when using the ":append"
> operator.
> 
>    As a single example in the meta-virualization layer:
> 
> https://git.yoctoproject.org/meta-virtualization/tree/recipes-core/kata-containers
> 
>    kata-agent_git.bb:RDEPENDS:${PN}-dev:append = "bash"
>    kata-proxy_git.bb:RDEPENDS:${PN}-dev:append = "bash"
>    kata-runtime_git.bb:RDEPENDS:${PN}-dev:append = "bash"
>    kata-shim_git.bb:RDEPENDS:${PN}-dev:append = "bash"
> 
> Just thought I'd point it out so layer maintainers might do a quick
> check on their layers.
> 

The meta-virtualization mailing list is not [email protected] 
so your mail here may not reach them. Please send those trivial patches, 
it costs less time to write and send the patches than telling the 
maintainers to have a look and do the work themselves.

Cheers,
Quentin