libgsmd: unbreak initscript some more, thanks to rwhitby for spotting that typo
authorKoen Kooi <koen@openembedded.org>
Sun, 18 Mar 2007 12:07:59 +0000 (12:07 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 18 Mar 2007 12:07:59 +0000 (12:07 +0000)
packages/gsm/files/fic-gta01/gsmd
packages/gsm/libgsmd_svn.bb

index 82fbd29..c835e64 100644 (file)
@@ -21,7 +21,7 @@ prog="gsmd"
 start() {
        # FIXME add check whether GSM_POW is set at all, otherwise don't try to power on
        # Power on GSM device
-       if [ -e "${GSM_POW} ]
+       if [ -e "${GSM_POW}" ]
        then
                echo -n "Powering up GSM device..."
                echo "1" > ${GSM_POW}
index 6f65c83..9a820f6 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.0+svn${SRCDATE}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd"