[oe] [PATCH][STABLE] shadow: unbork the dependencies.. its DEPENDS, not DEPEND.

Philip Balister philip at balister.org
Tue Mar 23 02:00:33 UTC 2010


Acked-by: Philip Balister <philip at balister.org>


On 03/22/2010 07:06 AM, Marcin Juszkiewicz wrote:
> From: Chris Larson<clarson at mvista.com>
>
> Signed-off-by: Chris Larson<clarson at mvista.com>
> ---
>   recipes/shadow/shadow_4.1.4.2.bb |    3 +--
>   1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/shadow/shadow_4.1.4.2.bb b/recipes/shadow/shadow_4.1.4.2.bb
> index 7f64023..b53f89f 100644
> --- a/recipes/shadow/shadow_4.1.4.2.bb
> +++ b/recipes/shadow/shadow_4.1.4.2.bb
> @@ -1,8 +1,7 @@
>   DESCRIPTION = "login/password and account utilities"
>   LICENSE = "GPL"
>
> -DEPEND = "libpam"
> -RDEPEND = "${DEPEND}"
> +DEPENDS = "libpam"
>
>   PR = "r6"
>




More information about the Openembedded-devel mailing list