Skip to content

Commit ecb6c12

Browse files
committed
Merge branch 'fix/set_property_with_slashed_names' into 'release/v1.5'
fix: use build_name for component while running idf_component_set_property (v1.5) See merge request espressif/idf-component-manager!394
2 parents 3d4d7ce + d089ffd commit ecb6c12

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)