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

git version control git at git.openembedded.org
Sun Jan 24 07:39:02 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 53c1e82f6515c00daff1e0bf74eb08e6b5bcd3c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53c1e82f6515c00daff1e0bf74eb08e6b5bcd3c7

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Jan  7 08:01:31 2010 -0700

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

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