When we are building our own package index file, the packager needs to point to our own name

This commit is contained in:
Jesse Vincent
2024-11-11 14:22:26 -08:00
parent cd26958d7b
commit 149778276e

View File

@@ -94,17 +94,17 @@ my $platforms_template_json = <<EOF;
],
"toolsDependencies": [
{
"packager": "adafruit",
"packager": "keyboardio",
"name": "arm-none-eabi-gcc",
"version": "9-2019q4"
},
{
"packager": "adafruit",
"packager": "keyboardio",
"name": "nrfjprog",
"version": "9.4.0"
},
{
"packager": "adafruit",
"packager": "keyboardio",
"name": "CMSIS",
"version": "5.7.0"
},