diff options
Diffstat (limited to 'recipes/xorg-app/xdm_1.1.3.bb')
-rw-r--r-- | recipes/xorg-app/xdm_1.1.3.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/xorg-app/xdm_1.1.3.bb b/recipes/xorg-app/xdm_1.1.3.bb index 3b86b9086e..02df29edaf 100644 --- a/recipes/xorg-app/xdm_1.1.3.bb +++ b/recipes/xorg-app/xdm_1.1.3.bb @@ -1,12 +1,10 @@ require xorg-app-common.inc -PE = "1" - DESCRIPTION = "X display manager" - DEPENDS += " libxmu libxinerama libxpm libxdmcp libxau libxext libxdmcp libxt libxaw" - -EXTRA_OECONF += " --with-random-device=/dev/urandom" +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "619d0549c6c20ca15aa77769f2fbabe2" SRC_URI[archive.sha256sum] = "9e640974c132ef1faafedc77e4602d55457b2791006b677cec071ee8afbf9a74" -PR = "${INC_PR}.0" + +EXTRA_OECONF += " --with-random-device=/dev/urandom" |