aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-07 10:36:43 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-07 10:39:08 -0700
commit443bcc0785bc004e471b3750a34d12d2fd2e5dad (patch)
tree8dd4792fa49f764b4b5454b6dfcbb0f2154d0bae /recipes
parentce5c4621a55a27c41af36747b53576765f2d40c2 (diff)
downloadopenembedded-443bcc0785bc004e471b3750a34d12d2fd2e5dad.tar.gz
xinit: Fix mcookie / util-linux-ng dependency
xinit just needs to know the runtime path of mcookie so we need to RDEPEND on util-linux-ng and pass the runtime path in via EXTRA_OECONF Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-app/xinit_1.3.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/xorg-app/xinit_1.3.0.bb b/recipes/xorg-app/xinit_1.3.0.bb
index 0ee009f1a9..8765d8defa 100644
--- a/recipes/xorg-app/xinit_1.3.0.bb
+++ b/recipes/xorg-app/xinit_1.3.0.bb
@@ -1,9 +1,10 @@
require xorg-app-common.inc
DESCRIPTION = "X Window System initializer"
-DEPENDS += "util-linux-ng"
+RDEPENDS_${PN} += "util-linux-ng"
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
SRC_URI[archive.md5sum] = "bc4e8b7d1919597cc37a0d24aa149dda"
SRC_URI[archive.sha256sum] = "ba76e36e1a42a7cf76505b7e6fc4777f5d14f45ddff74341abfb7dd10d5fe04c"