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

Marcin Juszkiewicz marcin at juszkiewicz.com.pl
Mon Mar 22 11:06:50 UTC 2010


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"
 
-- 
1.7.0.2







More information about the Openembedded-devel mailing list