From: Otavio Salvador Date: Thu, 10 Nov 2011 21:01:26 +0000 (+0000) Subject: xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux X-Git-Tag: 2015-4~12805 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a8ed4fcd79f6283c1d45f347dce894d784183900;p=openembedded-core.git xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux Signed-off-by: Otavio Salvador --- diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb index 6953cccd2c..08dfe12007 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb @@ -10,12 +10,12 @@ then terminate." LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" -PR = "r1" +PR = "r2" PE = "1" EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" -RDEPENDS_${PN} += "util-linux" +RDEPENDS_${PN} += "util-linux-mcookie" FILES_${PN} += "${libdir}X11/xinit"