gdm: update to 2.32.2 (latest stable in 2.32.x series)
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 9 Jun 2011 15:44:41 +0000 (17:44 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:00 +0000 (08:13 -0800)
(From meta-openembedded rev: 1e7131eb6803967d2314a8e7a40f280966c2b2eb)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/cross-xdetection.diff [deleted file]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/%gconf-tree.xml [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/%gconf-tree.xml with 100% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/Default [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/Default with 100% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/cross-xdetection.diff [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm/cross-xdetection.diff with 69% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/gdm [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/gdm with 100% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/gdm-nodocs.patch [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/gdm-nodocs.patch with 100% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/gdm-pam [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/gdm-pam with 100% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.32.2/gdm.conf [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/gdm.conf with 100% similarity]
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb [moved from meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm_2.30.0.bb with 93% similarity]

diff --git a/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/cross-xdetection.diff b/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm-2.30.0/cross-xdetection.diff
deleted file mode 100644 (file)
index 150f797..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
---- gdm-2.26.1/configure.ac-orig       2009-03-16 12:50:10.000000000 -0700
-+++ gdm-2.26.1/configure.ac    2009-06-12 16:40:40.000000000 -0700
-@@ -1085,62 +1085,10 @@ dnl ------------------------------------
- # and /usr/X11 since they often symlink to each other, and configure
- # should use the more stable location (the real directory) if possible.
- #
--if test -x /usr/X11/bin/Xserver; then
--   X_PATH="/usr/X11/bin"
--   X_SERVER_PATH="/usr/X11/bin"
--   X_SERVER="/usr/X11/bin/Xserver"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then
--   X_PATH="/usr/X11R6/bin"
--   X_SERVER_PATH="/usr/X11R6/bin"
--   X_SERVER="/usr/X11R6/bin/X"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then
--   X_PATH="/usr/X11/bin"
--   X_SERVER_PATH="/usr/X11/bin"
--   X_SERVER="/usr/X11/bin/X"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test -x /usr/X11R6/bin/X; then
--   X_PATH="/usr/X11R6/bin"
--   X_SERVER_PATH="/usr/X11R6/bin"
--   X_SERVER="/usr/X11R6/bin/X"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test -x /usr/bin/Xorg; then
--   X_PATH="/usr/bin"
--   X_SERVER_PATH="/usr/bin"
--   X_SERVER="/usr/bin/Xorg"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test -x /usr/X11/bin/X; then
--   X_PATH="/usr/X11/bin"
--   X_SERVER_PATH="/usr/X11/bin"
--   X_SERVER="/usr/X11/bin/X"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test -x /usr/openwin/bin/Xsun; then
--   # Do not add /usr/openwin/bin here because on Solaris you need
--   # /usr/openwin/bin in your PATH even if you are using the Xorg
--   # Xserver.  We add this to the path below.
--   X_PATH="/usr/openwin/bin"
--   X_SERVER_PATH="/usr/openwin/bin"
--   X_SERVER="/usr/openwin/bin/Xsun"
--   X_CONFIG_OPTIONS="-audit 0 -nobanner"
--elif test -x /opt/X11R6/bin/X; then
--   X_PATH="/opt/X11R6/bin"
--   X_SERVER_PATH="/opt/X11R6/bin"
--   X_SERVER="/opt/X11R6/bin/X"
--   X_CONFIG_OPTIONS="-audit 0"
--elif test -x /usr/bin/X; then
-    X_PATH="/usr/bin"
-    X_SERVER_PATH="/usr/bin"
--   X_SERVER="/usr/bin/X"
-+   X_SERVER="/usr/bin/X"
-    X_CONFIG_OPTIONS="-audit 0"
--else
--   # what to do, what to do, this is wrong, but this just sets the
--   # defaults, perhaps this user is cross compiling or some such
--   X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
--   X_SERVER_PATH="/usr/X11R6/bin"
--   X_SERVER="/usr/X11R6/bin/X"
--   X_CONFIG_OPTIONS="-audit 0"
--fi
- dnl ---------------------------------------------------------------------------
- dnl - Check for Xnest / Xephyr support
@@ -1,6 +1,18 @@
---- /tmp/configure.ac  2008-12-10 08:38:16.000000000 +0100
-+++ gdm-2.24.1/configure.ac    2008-12-10 08:39:17.000000000 +0100
-@@ -1133,80 +1133,10 @@
+From 60084e7e973634971c9643f2459e5d3e248ee3f1 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen@dominion.thruhere.net>
+Date: Thu, 9 Jun 2011 18:12:45 +0200
+Subject: [PATCH] build-sys: hardcode x paths to fix crosscompiling
+
+Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
+---
+ configure.ac |   72 ++++-----------------------------------------------------
+ 1 files changed, 5 insertions(+), 67 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index eeaf3dc..841efe0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1101,73 +1101,11 @@ dnl ---------------------------------------------------------------------------
  dnl - Check for X Server location
  dnl ---------------------------------------------------------------------------
  
 -   X_PATH="/usr/X11/bin"
 -   X_SERVER_PATH="/usr/X11/bin"
 -   X_SERVER="/usr/X11/bin/Xserver"
--   GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then
 -   X_PATH="/usr/X11R6/bin"
 -   X_SERVER_PATH="/usr/X11R6/bin"
 -   X_SERVER="/usr/X11R6/bin/X"
--   GDM_USER_PATH="$GDM_USER_PATH:/usr/X11R6/bin"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then
 -   X_PATH="/usr/X11/bin"
 -   X_SERVER_PATH="/usr/X11/bin"
 -   X_SERVER="/usr/X11/bin/X"
--   GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test -x /usr/X11R6/bin/X; then
 -   X_PATH="/usr/X11R6/bin"
 -   X_SERVER_PATH="/usr/X11R6/bin"
 -   X_SERVER="/usr/X11R6/bin/X"
--   GDM_USER_PATH="$GDM_USER_PATH:/usr/X11R6/bin"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test -x /usr/bin/Xorg; then
-    X_PATH="/usr/bin"
-    X_SERVER_PATH="/usr/bin"
+-   X_PATH="/usr/bin"
+-   X_SERVER_PATH="/usr/bin"
 -   X_SERVER="/usr/bin/Xorg"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test -x /usr/X11/bin/X; then
 -   X_PATH="/usr/X11/bin"
 -   X_SERVER_PATH="/usr/X11/bin"
 -   X_SERVER="/usr/X11/bin/X"
--   GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test -x /usr/openwin/bin/Xsun; then
 -   # Do not add /usr/openwin/bin here because on Solaris you need
@@ -62,7 +69,6 @@
 -   X_PATH="/opt/X11R6/bin"
 -   X_SERVER_PATH="/opt/X11R6/bin"
 -   X_SERVER="/opt/X11R6/bin/X"
--   GDM_USER_PATH="$GDM_USER_PATH:/opt/X11R6/bin"
 -   X_CONFIG_OPTIONS="-audit 0"
 -elif test -x /usr/bin/X; then
 -   X_PATH="/usr/bin"
 -   # what to do, what to do, this is wrong, but this just sets the
 -   # defaults, perhaps this user is cross compiling or some such
 -   X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
--   X_SERVER_PATH="/usr/X11R6/bin"
--   X_SERVER="/usr/X11R6/bin/X"
--   GDM_USER_PATH="$GDM_USER_PATH:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin"
-+   X_SERVER="/etc/X11/Xserver"
-    X_CONFIG_OPTIONS="-audit 0"
+-   X_SERVER_PATH="/usr/bin"
+-   X_SERVER="/usr/bin/X"
+-   X_CONFIG_OPTIONS="-audit 0"
 -fi
++# We hardcode the X paths since we know where it will be in the OE univers
++X_PATH="/usr/bin"
++X_SERVER_PATH="/usr/bin"
++X_SERVER="/usr/bin/X"
++X_CONFIG_OPTIONS="-audit 0"
  
- # Don't add bindir to GDM_USER_PATH if it is already in the PATH.
- # If it is /bin or /usr/bin, for example.
+ dnl ---------------------------------------------------------------------------
+ dnl - Check for Xnest / Xephyr support
+-- 
+1.6.6.1
+
@@ -2,8 +2,6 @@ DESCRIPTION = "Graphical login manager"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-PR = "r3"
-
 DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
 
 inherit gnome update-rc.d
@@ -17,8 +15,6 @@ SRC_URI += " \
             file://Default \
            "
 
-SRC_URI[archive.md5sum] = "0da84637abbcbf1666529d6192a81e6b"
-SRC_URI[archive.sha256sum] = "ac2c367766b8fa20ebeb41033931fc4d91482ad3d377823f1c7ad84eee12dc15"
 
 EXTRA_OECONF = " --enable-authentication-scheme=shadow \
                  --enable-debug=yes \