[oe-commits] Otavio Salvador : xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux

git at git.openembedded.org git at git.openembedded.org
Mon Nov 14 20:46:47 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: a8ed4fcd79f6283c1d45f347dce894d784183900
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a8ed4fcd79f6283c1d45f347dce894d784183900

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Nov 10 21:01:26 2011 +0000

xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 meta/recipes-graphics/xorg-app/xinit_1.3.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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 6953ccc..08dfe12 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"
 





More information about the Openembedded-commits mailing list