[oe-commits] Tom Rini : xdm: need to pass paths to wtmp/utmp, bump PR

git version control git at git.openembedded.org
Fri Feb 19 22:21:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2b132068b12a284103a4a68764c3e6721877710a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2b132068b12a284103a4a68764c3e6721877710a

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Feb 19 15:20:49 2010 -0700

xdm: need to pass paths to wtmp/utmp, bump PR

---

 recipes/xorg-app/xdm_1.1.9.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-app/xdm_1.1.9.bb b/recipes/xorg-app/xdm_1.1.9.bb
index eb153b1..b9bd743 100644
--- a/recipes/xorg-app/xdm_1.1.9.bb
+++ b/recipes/xorg-app/xdm_1.1.9.bb
@@ -1,10 +1,14 @@
 require xorg-app-common.inc
 PE = "1"
+PR = "r1"
 
 DESCRIPTION = "X display manager"
 
 DEPENDS += " libxmu libxinerama libxpm libxdmcp libxau virtual/libx11 libxext libxdmcp libxt libxaw"
 
-EXTRA_OECONF += " --with-random-device=/dev/urandom"
+EXTRA_OECONF += "\
+	--with-random-device=/dev/urandom --with-utmp-file=/var/run/utmp \
+	--with-wtmp-file=/var/log/wtmp \
+	"
 
 FILES_${PN}-dbg += "${libdir}/X11/xdm/.debug/*"





More information about the Openembedded-commits mailing list