[oe-commits] Roger Monk : angstrom-gdm-autologin-hack : Fix missing quote mark + space

git version control git at git.openembedded.org
Wed Sep 8 16:06:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e23c8327aa8d70d190d9467d8145da319bd2c59b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e23c8327aa8d70d190d9467d8145da319bd2c59b

Author: Roger Monk <r-monk at ti.com>
Date:   Wed Sep  8 16:42:50 2010 +0100

angstrom-gdm-autologin-hack : Fix missing quote mark + space

   * Missing "
   * Bump PR

Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/angstrom/angstrom-gdm-autologin-hack.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/angstrom/angstrom-gdm-autologin-hack.bb b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
index 5c5d7e8..c110af2 100644
--- a/recipes/angstrom/angstrom-gdm-autologin-hack.bb
+++ b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Append Autologin to GDM config (custom.conf)"
+PR = "r1"
 
 PACKAGE_ARCH = "all"
 ALLOW_EMPTY_${PN} = "1"
@@ -7,7 +8,7 @@ pkg_postinst_${PN}() {
 #!/bin/sh
 grep "TimedLogin" $D/etc/gdm/custom.conf
 if [ $? -eq 0 ]; then
-   echo "NOTE:: custom.conf already has 'TimedLogin' configured - not patching
+    echo "NOTE:: custom.conf already has 'TimedLogin' configured - not patching"
 else
     cat >> $D/etc/gdm/custom.conf <<EOF
 





More information about the Openembedded-commits mailing list