On Wed, 2023-05-24 at 12:56 +0200, Martin Jansa wrote:
> * unlike DEPENDS/RDEPENDS the PACKAGE_WRITE_DEPS dependency isn't 
> automatically
>   extended with MLPREFIX, causing lib32-cpio to depend on 64bit ptest-runner 
> (and
>   all its deps)
> 
> Signed-off-by: Martin Jansa <[email protected]>
> ---
>  meta/recipes-extended/cpio/cpio_2.14.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-extended/cpio/cpio_2.14.bb 
> b/meta/recipes-extended/cpio/cpio_2.14.bb
> index e55fb70cb1..d6473dc08d 100644
> --- a/meta/recipes-extended/cpio/cpio_2.14.bb
> +++ b/meta/recipes-extended/cpio/cpio_2.14.bb
> @@ -66,7 +66,7 @@ do_install_ptest_base:append() {
>  
>  # The tests need to run as a non-root user, so pull in the ptest user
>  DEPENDS:append:class-target = "${@bb.utils.contains('PTEST_ENABLED', '1', ' 
> ptest-runner', '', d)}"
> -PACKAGE_WRITE_DEPS += "ptest-runner"
> +PACKAGE_WRITE_DEPS += "${MLPREFIX}ptest-runner"
>  
>  RDEPENDS:${PN}-ptest += "ptest-runner"
>  

This triggers warnings:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5336/steps/13/logs/warnings

although that does raise some questions about what is going on with
nativesdk...

Cheers,

Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#181676): 
https://lists.openembedded.org/g/openembedded-core/message/181676
Mute This Topic: https://lists.openembedded.org/mt/99105847/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to