[oe-commits] Chris Larson : shadow: unbork the dependencies.. its DEPENDS, not DEPEND.

git version control git at git.openembedded.org
Tue Mar 23 09:58:01 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: ce597ea71741f32cb31045e39d5041f211b43e2c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce597ea71741f32cb31045e39d5041f211b43e2c

Author: Chris Larson <clarson at mvista.com>
Date:   Mon Mar 22 01:06:50 2010 +0000

shadow: unbork the dependencies.. its DEPENDS, not DEPEND.

Signed-off-by: Chris Larson <clarson at mvista.com>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 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-commits mailing list