From 53c1e82f6515c00daff1e0bf74eb08e6b5bcd3c7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 7 Jan 2010 08:01:31 -0700 Subject: [PATCH] shadow: unbork the dependencies.. its DEPENDS, not DEPEND. Signed-off-by: Chris Larson --- recipes/shadow/shadow_4.1.4.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/shadow/shadow_4.1.4.2.bb b/recipes/shadow/shadow_4.1.4.2.bb index 7f6402358c..b53f89fe77 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" -- 2.11.4.GIT