Skip to content

Commit ee70fd1

Browse files
committed
update package builder accordingly
1 parent 85945a1 commit ee70fd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/build_boards_manager_package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ $SED 's/runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}\/tools\/
8181
$SED 's/runtime.tools.esptool.path={runtime.platform.path}\/tools\/esptool//g' | \
8282
$SED 's/tools.esptool.path={runtime.platform.path}\/tools\/esptool/tools.esptool.path=\{runtime.tools.esptool.path\}/g' | \
8383
$SED 's/tools.mkspiffs.path={runtime.platform.path}\/tools\/mkspiffs/tools.mkspiffs.path=\{runtime.tools.mkspiffs.path\}/g' |\
84-
$SED 's/recipe.hooks.core.prebuild.1.pattern.*//g' \
84+
$SED 's/recipe.hooks.core.prebuild.1.pattern.*//g' |\
85+
$SED 's/recipe.hooks.core.prebuild.2.pattern.*//g' \
8586
> $outdir/platform.txt
8687

8788
# Put core version and short hash of git version into core_version.h

0 commit comments

Comments
 (0)