aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-11-10 21:01:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-11 11:00:56 +0000
commita8ed4fcd79f6283c1d45f347dce894d784183900 (patch)
tree2cceda761b73da6d91e57dbf937db319fbdda181 /meta/recipes-graphics/xorg-app
parent3e5b9ddaf3f9492e34967146c42369bcd76ddf03 (diff)
downloadopenembedded-core-contrib-a8ed4fcd79f6283c1d45f347dce894d784183900.tar.gz
xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r--meta/recipes-graphics/xorg-app/xinit_1.3.0.bb4
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 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"