aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-21 18:11:30 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-21 18:11:30 +0100
commit7f6cec6f0adb6203a6dbaf8a43c67c2c4f8bf84e (patch)
tree7761df234fcb7bc56f637b1e1327f69887b28eae /recipes/xorg-app
parent072d533f58242702565e6b4af16d5e4dbc883c76 (diff)
downloadopenembedded-7f6cec6f0adb6203a6dbaf8a43c67c2c4f8bf84e.tar.gz
xinit: add dependency on util-linux-ng
if util-linux-ng is build before xinit, xinit will use mcookie (exported by util-linux-ng) Howwever if util-linux-ng is not build before xinit it will not use mcookie. This leads to an undesired scenario. E.g. the version of xinit on the angstrom feed needed mcookie, but as my system did not have util-linux-ng installed, startx failed. By making the dependency explicit at least we get consisency and apparently using mcookie is the preferred solution. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/xinit_1.2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/xorg-app/xinit_1.2.0.bb b/recipes/xorg-app/xinit_1.2.0.bb
index ce82fb05d4..2bae60c8e5 100644
--- a/recipes/xorg-app/xinit_1.2.0.bb
+++ b/recipes/xorg-app/xinit_1.2.0.bb
@@ -2,5 +2,8 @@ require xorg-app-common.inc
DESCRIPTION = "X Window System initializer"
PE = "1"
+PR = "r1"
+
+DEPENDS += "util-linux-ng"
FILES_${PN} += "${libdir}X11/xinit"