From 33038ca21e3519948bd971bf85bc9f44fb983d78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 19 May 2014 18:20:39 +0200 Subject: [PATCH] Use shadow instead of pwdutils in weston-common MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- recipes-tizen/weston-common/weston-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "" -- 2.7.4