From: Chris Larson Date: Thu, 7 Jan 2010 15:01:31 +0000 (-0700) Subject: shadow: unbork the dependencies.. its DEPENDS, not DEPEND. X-Git-Tag: Release-2010-05/1~800 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c1e82f6515c00daff1e0bf74eb08e6b5bcd3c7;p=openembedded.git shadow: unbork the dependencies.. its DEPENDS, not DEPEND. Signed-off-by: Chris Larson --- 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"