Use shadow instead of pwdutils in weston-common 94/21394/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 19 May 2014 16:20:39 +0000 (18:20 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 19 May 2014 16:20:39 +0000 (18:20 +0200)
Use shadow instead of pwdutils as a runtime dependency for
weston-common since shadow is provided by Yocto.

Change-Id: Ibccce12ab4fd5cc66e414ac423713087fac87030
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/weston-common/weston-common.inc

index 2ce5d96..f3a8ff3 100644 (file)
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-BBCLASSEXTEND += ""
+BBCLASSEXTEND = ""
 PROVIDES = ""
 
 #PROVIDES by weston-common 
@@ -28,7 +28,7 @@ RDEPENDS = ""
 #RDEPENDS of weston-common (${PN})
 RDEPENDS_${PN} += "weston"
 RDEPENDS_${PN} += "eglibc"
-RDEPENDS_${PN} += "pwdutils"
+RDEPENDS_${PN} += "shadow"
 
 
 DEPENDS = ""