Skip to content

Commit d089ffd

Browse files
committed
fix: use build_name for component while running idf_component_set_property
1 parent 1812ba1 commit d089ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idf_component_manager/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def prepare_dep_dirs(
767767
if requirement.version:
768768
file.write(
769769
'idf_component_set_property({} {} "{}")\n'.format(
770-
requirement.name,
770+
build_name(requirement.name),
771771
'COMPONENT_VERSION',
772772
requirement.version,
773773
)

0 commit comments

Comments
 (0)