From: Tom Rini Date: Fri, 19 Feb 2010 22:20:49 +0000 (-0700) Subject: xdm: need to pass paths to wtmp/utmp, bump PR X-Git-Tag: Release-2010-05/1~491^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b132068b12a284103a4a68764c3e6721877710a;p=openembedded.git xdm: need to pass paths to wtmp/utmp, bump PR --- diff --git a/recipes/xorg-app/xdm_1.1.9.bb b/recipes/xorg-app/xdm_1.1.9.bb index eb153b1da9..b9bd743fe8 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/*"