On Fri, 2024-11-08 at 17:01 +0000, Ross Burton via lists.openembedded.org wrote:
> Don't hardcode matchbox-terminal, but use the alternative.
> 
> Signed-off-by: Ross Burton <ross.bur...@arm.com>
> ---
>  meta/recipes-graphics/images/core-image-weston.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-graphics/images/core-image-weston.bb 
> b/meta/recipes-graphics/images/core-image-weston.bb
> index 62305cc1cee..d5248cf480b 100644
> --- a/meta/recipes-graphics/images/core-image-weston.bb
> +++ b/meta/recipes-graphics/images/core-image-weston.bb
> @@ -7,6 +7,6 @@ LICENSE = "MIT"
>  inherit core-image
>  
>  CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
> -CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
> 'weston-xwayland matchbox-terminal', '', d)}"
> +CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
> 'weston-xwayland virtual-x-terminal-emulator', '', d)}"
>  
>  QB_MEM = "-m 512"
> 

This breaks one of the selftests:

https://valkyrie.yoctoproject.org/#/builders/54/builds/382/steps/14/logs/stdio

ERROR: core-image-weston-1.0-r0 do_rootfs: Package rxvt-unicode cannot be 
installed into the image because it has incompatible license(s): GPL-3.0-only

Cheers,

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