aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/slugos-init/files/initscripts/zleds2
-rw-r--r--recipes/slugos-init/slugos-init_5.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/slugos-init/files/initscripts/zleds b/recipes/slugos-init/files/initscripts/zleds
index 4c8277a53d..c8e3e08bb6 100644
--- a/recipes/slugos-init/files/initscripts/zleds
+++ b/recipes/slugos-init/files/initscripts/zleds
@@ -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
;;
diff --git a/recipes/slugos-init/slugos-init_5.0.bb b/recipes/slugos-init/slugos-init_5.0.bb
index 1a45ee1d99..aa6e49ee72 100644
--- a/recipes/slugos-init/slugos-init_5.0.bb
+++ b/recipes/slugos-init/slugos-init_5.0.bb
@@ -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 \