summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
index 603f365cf3..4cad7dce11 100644
--- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
+++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
@@ -34,7 +34,7 @@ do_configure() {
34 cp orig/* . 34 cp orig/* .
35 35
36 for config in ${PACKAGECONFIG_CONFARGS}; do 36 for config in ${PACKAGECONFIG_CONFARGS}; do
37 if [[ ${config} == "enable_getty" ]]; then 37 if [ "${config}" = "enable_getty" ]; then
38 echo "# generated by bitbake recipe ${PN}" >> ${S}/inittab 38 echo "# generated by bitbake recipe ${PN}" >> ${S}/inittab
39 for console in "${SERIAL_CONSOLES}"; do 39 for console in "${SERIAL_CONSOLES}"; do
40 param=$(echo ${console} | sed s/\;/\ /g) 40 param=$(echo ${console} | sed s/\;/\ /g)