[meta-virtualization] [PATCH] xen: Add RDEPENDS block for xendomains script.

Philip Tricca flihp at twobit.us
Mon Feb 10 08:36:14 PST 2014


Wrong git range. Please disregards.

Philip

On 02/10/2014 11:32 AM, Philip Tricca wrote:
> I can't explain the dependency on xen-scripts-block as the xendomains
> script doesn't invoke any of these scripts directly. Still xendomains
> hangs indefinitely without them.
> 
> Signed-off-by: Philip Tricca <flihp at twobit.us>
> ---
>  recipes-extended/xen/xen.inc |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index d671d0f..7f7df47 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -70,6 +70,13 @@ RDEPENDS_${PN}-xencommons = "\
>      ${PN}-scripts-common \
>      "
>  
> +RDEPENDS_${PN}-xendomains = "\
> +    ${PN}-console \
> +    ${PN}-scripts-block \
> +    ${PN}-scripts-common \
> +    ${PN}-xenstored \
> +    "
> +
>  RDEPENDS_${PN}-xl = "libgcc"
>  
>  PACKAGES = "\
> 



More information about the meta-virtualization mailing list