From 637c392cd56b3f7f00e4087fff67bcd8dafd0668 Mon Sep 17 00:00:00 2001 From: Stephan Klatt Date: Wed, 14 Feb 2024 17:14:15 +0100 Subject: [PATCH] bootcount: fix typo in INITSCRIPT_PARAMS Add missing curly brace Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-digi/bootcount/bootcount.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-digi/bootcount/bootcount.bb b/meta-digi-dey/recipes-digi/bootcount/bootcount.bb index e1b720d8e..cc3113f90 100644 --- a/meta-digi-dey/recipes-digi/bootcount/bootcount.bb +++ b/meta-digi-dey/recipes-digi/bootcount/bootcount.bb @@ -39,6 +39,6 @@ FILES:${PN} += " \ INITSCRIPT_PACKAGES += "${PN}" INITSCRIPT_NAME:${PN} = "bootcount-init" -INITSCRIPT_PARAMS:${PN = "start 19 2 3 4 5 . stop 21 0 1 6 ." +INITSCRIPT_PARAMS:${PN} = "start 19 2 3 4 5 . stop 21 0 1 6 ." SYSTEMD_SERVICE:${PN} = "bootcount-init.service"