[OE-core] [PATCH v3 1/4] xdg-utils: add runtime dependency on xprop

Iorga, Cristian cristian.iorga at intel.com
Fri Aug 23 15:17:42 UTC 2013


OK, thanks.
I thought that would be safer this way.

-----Original Message-----
From: Richard Purdie [mailto:richard.purdie at linuxfoundation.org] 
Sent: Friday, August 23, 2013 6:09 PM
To: Iorga, Cristian
Cc: openembedded-core at lists.openembedded.org
Subject: Re: [OE-core] [PATCH v3 1/4] xdg-utils: add runtime dependency on xprop

On Fri, 2013-08-23 at 16:42 +0300, Cristian Iorga wrote:
> xprop is called by xdg-utils scripts.
> 
> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
> ---
>  meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
> index d5c7aa3..22247f7 100644
> --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
> +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
> @@ -23,3 +23,4 @@ SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209
>  
>  inherit autotools
>  
> +RDEPENDS_${PN} = "xprop"

Usually best to do += with these. I've tweaked it when applying.

Cheers,

Richard



More information about the Openembedded-core mailing list