From 844827a3d265fbde0467c5687747662ceb49a938 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 3 Aug 2021 14:43:18 +0100 Subject: Convert to new override syntax converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Andrei Gherzan --- recipes-devtools/pi-blaster/pi-blaster_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-devtools/pi-blaster') diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb index fdaf16c..4aa7427 100644 --- a/recipes-devtools/pi-blaster/pi-blaster_git.bb +++ b/recipes-devtools/pi-blaster/pi-blaster_git.bb @@ -15,8 +15,8 @@ SRCREV = "befd8ef36e5066e4d444ef47fe4020787e541248" inherit update-rc.d autotools INITSCRIPT_PACKAGES = "${PN}" -INITSCRIPT_NAME_${PN} = "${PN}.boot.sh" -INITSCRIPT_PARAMS_${PN} = "defaults 15 85" +INITSCRIPT_NAME:${PN} = "${PN}.boot.sh" +INITSCRIPT_PARAMS:${PN} = "defaults 15 85" COMPATIBLE_MACHINE = "^rpi$" -- cgit v1.2.3-54-g00ecf