slugos-init: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:27 +0000 (15:43 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:55 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/slugos-init/files/initscripts/zleds
recipes/slugos-init/slugos-init_5.0.bb

index 4c8277a..c8e3e08 100644 (file)
@@ -34,7 +34,7 @@ trumpet(){
 
 case "$1" in
 start) leds "$(state "$runlevel")"
-       if [ "$(state "$runlevel")" == "user" ]; then
+       if [ "$(state "$runlevel")" = "user" ]; then
                trumpet "k"
        fi
        ;;
index 1a45ee1..aa6e49e 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS_${PN} = "busybox devio"
-PR = "r12"
+PR = "r13"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \