summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xdm_1.1.8.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 10:47:39 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:11:27 +0200
commit2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch)
treef17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xdm_1.1.8.bb
parentbd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff)
downloadopenembedded-2e12c27e3df7dfa70121fca92fddf527b98fec64.tar.gz
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xdm_1.1.8.bb')
-rw-r--r--recipes/xorg-app/xdm_1.1.8.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes/xorg-app/xdm_1.1.8.bb b/recipes/xorg-app/xdm_1.1.8.bb
index b83e099688..fc8fa996f9 100644
--- a/recipes/xorg-app/xdm_1.1.8.bb
+++ b/recipes/xorg-app/xdm_1.1.8.bb
@@ -1,14 +1,12 @@
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] = "cc1816bc62a3722ad509373b0b7f30fe"
+SRC_URI[archive.sha256sum] = "e1169058775a44b0898351d2f645039b4d8946360285831e553587a147b735e9"
EXTRA_OECONF += " --with-random-device=/dev/urandom"
FILES_${PN}-dbg += "${libdir}/X11/xdm/.debug/*"
-
-SRC_URI[archive.md5sum] = "cc1816bc62a3722ad509373b0b7f30fe"
-SRC_URI[archive.sha256sum] = "e1169058775a44b0898351d2f645039b4d8946360285831e553587a147b735e9"
-PR = "${INC_PR}.0"