From: Kévin THIERRY Date: Mon, 19 May 2014 16:20:39 +0000 (+0200) Subject: Use shadow instead of pwdutils in weston-common X-Git-Tag: demo_release_0.1~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33038ca21e3519948bd971bf85bc9f44fb983d78;p=scm%2Fbb%2Fmeta-tizen.git Use shadow instead of pwdutils in weston-common 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 --- diff --git a/recipes-tizen/weston-common/weston-common.inc b/recipes-tizen/weston-common/weston-common.inc index 2ce5d96..f3a8ff3 100644 --- a/recipes-tizen/weston-common/weston-common.inc +++ b/recipes-tizen/weston-common/weston-common.inc @@ -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 = ""