[oe-commits] Tom Rini : xinit: Fix mcookie / util-linux-ng dependency

git version control git at git.openembedded.org
Thu Apr 7 17:42:26 UTC 2011


Module: openembedded.git
Branch: master
Commit: 443bcc0785bc004e471b3750a34d12d2fd2e5dad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=443bcc0785bc004e471b3750a34d12d2fd2e5dad

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Apr  7 10:36:43 2011 -0700

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 at mentor.com>

---

 recipes/xorg-app/xinit_1.3.0.bb |    5 +++--
 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 0ee009f..8765d8d 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"
 





More information about the Openembedded-commits mailing list