aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2010-03-22 01:06:50 +0000
committerMarcin Juszkiewicz <marcin@buglabs.net>2010-03-23 10:57:28 +0100
commitce597ea71741f32cb31045e39d5041f211b43e2c (patch)
treedc6000344d1eefdcb6fa30e42ef657325158bccd /recipes
parent9649f085e9ac0430994e88272c3e2825cc4c49d5 (diff)
downloadopenembedded-ce597ea71741f32cb31045e39d5041f211b43e2c.tar.gz
shadow: unbork the dependencies.. its DEPENDS, not DEPEND.
Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/shadow/shadow_4.1.4.2.bb3
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 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"