diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-11-25 08:33:39 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-26 09:59:19 +0100 |
commit | d1ca298d4a4e87edbbb754f3ed8187ff3405af58 (patch) | |
tree | 7b87a1f40c636214b69c427f13125d531334e4b0 | |
parent | 6ec12de55340a96b023ef25e54bcb9a1803a57ec (diff) |
gdm: update to 2.28.1
-rw-r--r-- | recipes/gnome/gdm-2.28.1/%gconf-tree.xml (renamed from recipes/gnome/gdm-2.28.0/%gconf-tree.xml) | 0 | ||||
-rw-r--r-- | recipes/gnome/gdm-2.28.1/cross-xdetection.diff (renamed from recipes/gnome/gdm-2.28.0/cross-xdetection.diff) | 0 | ||||
-rwxr-xr-x | recipes/gnome/gdm-2.28.1/gdm (renamed from recipes/gnome/gdm-2.28.0/gdm) | 0 | ||||
-rw-r--r-- | recipes/gnome/gdm-2.28.1/gdm-nodocs.patch (renamed from recipes/gnome/gdm-2.28.0/gdm-nodocs.patch) | 0 | ||||
-rw-r--r-- | recipes/gnome/gdm-2.28.1/gdm-pam (renamed from recipes/gnome/gdm-2.28.0/gdm-pam) | 0 | ||||
-rw-r--r-- | recipes/gnome/gdm-2.28.1/gdm.conf (renamed from recipes/gnome/gdm-2.28.0/gdm.conf) | 0 | ||||
-rw-r--r-- | recipes/gnome/gdm-2.28.1/other (renamed from recipes/gnome/gdm-2.28.0/other) | 0 | ||||
-rw-r--r-- | recipes/gnome/gdm_2.28.1.bb (renamed from recipes/gnome/gdm_2.28.0.bb) | 9 |
8 files changed, 6 insertions, 3 deletions
diff --git a/recipes/gnome/gdm-2.28.0/%gconf-tree.xml b/recipes/gnome/gdm-2.28.1/%gconf-tree.xml index f8c2e9cc20..f8c2e9cc20 100644 --- a/recipes/gnome/gdm-2.28.0/%gconf-tree.xml +++ b/recipes/gnome/gdm-2.28.1/%gconf-tree.xml diff --git a/recipes/gnome/gdm-2.28.0/cross-xdetection.diff b/recipes/gnome/gdm-2.28.1/cross-xdetection.diff index 150f79763a..150f79763a 100644 --- a/recipes/gnome/gdm-2.28.0/cross-xdetection.diff +++ b/recipes/gnome/gdm-2.28.1/cross-xdetection.diff diff --git a/recipes/gnome/gdm-2.28.0/gdm b/recipes/gnome/gdm-2.28.1/gdm index 43eae95177..43eae95177 100755 --- a/recipes/gnome/gdm-2.28.0/gdm +++ b/recipes/gnome/gdm-2.28.1/gdm diff --git a/recipes/gnome/gdm-2.28.0/gdm-nodocs.patch b/recipes/gnome/gdm-2.28.1/gdm-nodocs.patch index 395fa627eb..395fa627eb 100644 --- a/recipes/gnome/gdm-2.28.0/gdm-nodocs.patch +++ b/recipes/gnome/gdm-2.28.1/gdm-nodocs.patch diff --git a/recipes/gnome/gdm-2.28.0/gdm-pam b/recipes/gnome/gdm-2.28.1/gdm-pam index f9fafed9d6..f9fafed9d6 100644 --- a/recipes/gnome/gdm-2.28.0/gdm-pam +++ b/recipes/gnome/gdm-2.28.1/gdm-pam diff --git a/recipes/gnome/gdm-2.28.0/gdm.conf b/recipes/gnome/gdm-2.28.1/gdm.conf index 559823b863..559823b863 100644 --- a/recipes/gnome/gdm-2.28.0/gdm.conf +++ b/recipes/gnome/gdm-2.28.1/gdm.conf diff --git a/recipes/gnome/gdm-2.28.0/other b/recipes/gnome/gdm-2.28.1/other index 1fe5756178..1fe5756178 100644 --- a/recipes/gnome/gdm-2.28.0/other +++ b/recipes/gnome/gdm-2.28.1/other diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.1.bb index 1fc5e74f73..ef3b9f411a 100644 --- a/recipes/gnome/gdm_2.28.0.bb +++ b/recipes/gnome/gdm_2.28.1.bb @@ -3,8 +3,6 @@ LICENSE = "GPL" DEPENDS = "tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" -PR = "r3" - inherit gnome update-rc.d RDEPENDS_${PN} += "grep" @@ -25,14 +23,19 @@ EXTRA_OECONF = " --enable-authentication-scheme=shadow \ do_install_prepend() { mkdir -p ${D}/var/lib/gdm/.gconf.mandatory - cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/ + cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/ +} +do_install_append() { install -d ${D}/${sysconfdir}/init.d install -m 0755 ${WORKDIR}/gdm ${D}/${sysconfdir}/init.d/ install -d ${D}/${sysconfdir}/gdm install -m 0644 ${WORKDIR}/gdm.conf ${D}/${sysconfdir}/gdm/ + install -d ${D}/${sysconfdir}/gdm/PreSession + install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/PreSession + install -d ${D}/${sysconfdir}/pam.d install -m 0755 ${WORKDIR}/gdm-pam ${D}/${sysconfdir}/pam.d/gdm install -m 0755 ${WORKDIR}/other ${D}/${sysconfdir}/pam.d/ |