diff --git a/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb b/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb
index c71a3fdb..30f25e70 100644
--- a/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb
+++ b/meta-arago-distro/recipes-connectivity/initscript-telnetd/initscript-telnetd.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Initscripts for telnetd"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://telnetd;beginline=2;endline=18;md5=d134d0d385c53f9201a270fef8448f29"
-PR ="r1"
+PR  = "r1"
 
 SRC_URI = "file://telnetd"
 
diff --git a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc
index 6695d3a3..5a5f7014 100644
--- a/meta-arago-extras/recipes-connectivity/hostap/hostap.inc
+++ b/meta-arago-extras/recipes-connectivity/hostap/hostap.inc
@@ -14,7 +14,7 @@ DEFAULT_PREFERENCE = "-1"
 PR = "r6"
 
 inherit update-rc.d pkgconfig
-INITSCRIPT_NAME="hostapd"
+INITSCRIPT_NAME = "hostapd"
 
 CONFFILES:${PN} += "${sysconfdir}/hostapd.conf"
 
diff --git a/meta-arago-extras/recipes-framework/tensorflow-lite/tensorflow-lite_2.18.0.bb b/meta-arago-extras/recipes-framework/tensorflow-lite/tensorflow-lite_2.18.0.bb
index a20c090a..78b971a5 100644
--- a/meta-arago-extras/recipes-framework/tensorflow-lite/tensorflow-lite_2.18.0.bb
+++ b/meta-arago-extras/recipes-framework/tensorflow-lite/tensorflow-lite_2.18.0.bb
@@ -74,9 +74,9 @@ DEPENDS = " \
 "
 
 # Set building environment variables
-TENSORFLOW_TARGET="linux"
-TENSORFLOW_TARGET_ARCH:aarch64="aarch64"
-TENSORFLOW_TARGET_ARCH:arm="armv7"
+TENSORFLOW_TARGET = "linux"
+TENSORFLOW_TARGET_ARCH:aarch64 = "aarch64"
+TENSORFLOW_TARGET_ARCH:arm = "armv7"
 
 PACKAGECONFIG ??= "xnnpack ruy"
 PACKAGECONFIG[xnnpack] = "-DTFLITE_ENABLE_XNNPACK=ON, -DTFLITE_ENABLE_XNNPACK=OFF"
