On Mon, Oct 19, 2020 at 08:45:49PM +0100, Paul Barker wrote:
> This change fixes the following error seen at parse time when the
> meta-arago-distro layer is present but sysvinit is not in
> DISTRO_FEATURES:
> 
>     ERROR: 
> .../meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb:
>  Please ensure that your setting of VIRTUAL-RUNTIME_init_manager (sysvinit) 
> matches the entries enabled in DISTRO_FEATURES
>     ERROR: Failed to parse recipe: 
> .../meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb
> 
> Signed-off-by: Paul Barker <[email protected]>

Reviewed-by: Denys Dmytriyenko <[email protected]>


> ---
>  .../packagegroups/packagegroup-arago-sysvinit-boot.bb          | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb
>  
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb
> index 2eb2d777..9f937343 100644
> --- 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb
> +++ 
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb
> @@ -1,3 +1,6 @@
> +REQUIRED_DISTRO_FEATURES = "sysvinit"
> +inherit features_check
> +
>  require recipes-core/packagegroups/packagegroup-core-boot.bb
>  
>  PR = "r0"
> -- 
> 2.28.0
> 
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to