shadow: unbork the dependencies.. its DEPENDS, not DEPEND.
authorChris Larson <clarson@mvista.com>
Thu, 7 Jan 2010 15:01:31 +0000 (08:01 -0700)
committerChris Larson <clarson@mvista.com>
Fri, 22 Jan 2010 16:39:09 +0000 (09:39 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/shadow/shadow_4.1.4.2.bb

index 7f64023..b53f89f 100644 (file)
@@ -1,8 +1,7 @@
 DESCRIPTION = "login/password and account utilities"
 LICENSE = "GPL"
 
-DEPEND = "libpam"
-RDEPEND = "${DEPEND}"
+DEPENDS = "libpam"
 
 PR = "r6"