Acked-by: Philip Balister <[email protected]>
On 03/22/2010 07:06 AM, Marcin Juszkiewicz wrote:
From: Chris Larson<[email protected]> Signed-off-by: Chris Larson<[email protected]> --- 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"
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
