git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40eae51
)
xdm: need to pass paths to wtmp/utmp, bump PR
author
Tom Rini
<tom_rini@mentor.com>
Fri, 19 Feb 2010 22:20:49 +0000
(15:20 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 19 Feb 2010 22:20:49 +0000
(15:20 -0700)
recipes/xorg-app/xdm_1.1.9.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-app/xdm_1.1.9.bb
b/recipes/xorg-app/xdm_1.1.9.bb
index
eb153b1
..
b9bd743
100644
(file)
--- 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/*"