diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:47:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:27 +0200 |
commit | 2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch) | |
tree | f17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xdm_1.1.9.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xdm_1.1.9.bb')
-rw-r--r-- | recipes/xorg-app/xdm_1.1.9.bb | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/recipes/xorg-app/xdm_1.1.9.bb b/recipes/xorg-app/xdm_1.1.9.bb index 0d4fe1a317..a6796b5a33 100644 --- a/recipes/xorg-app/xdm_1.1.9.bb +++ b/recipes/xorg-app/xdm_1.1.9.bb @@ -1,17 +1,15 @@ require xorg-app-common.inc -PE = "1" - DESCRIPTION = "X display manager" - DEPENDS += " libxmu libxinerama libxpm libxdmcp libxau libxext libxdmcp libxt libxaw" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "030ae4bd9b8d428749d68bfdf56ce8a5" +SRC_URI[archive.sha256sum] = "e7b1db0e1b0d0113a301d94e40b0314e55f7e0006415f50a9cf06f636b11b134" EXTRA_OECONF += "\ - --with-random-device=/dev/urandom --with-utmp-file=/var/run/utmp \ - --with-wtmp-file=/var/log/wtmp \ - " + --with-random-device=/dev/urandom --with-utmp-file=/var/run/utmp \ + --with-wtmp-file=/var/log/wtmp \ + " FILES_${PN}-dbg += "${libdir}/X11/xdm/.debug/*" - -SRC_URI[archive.md5sum] = "030ae4bd9b8d428749d68bfdf56ce8a5" -SRC_URI[archive.sha256sum] = "e7b1db0e1b0d0113a301d94e40b0314e55f7e0006415f50a9cf06f636b11b134" -PR = "${INC_PR}.0" |