Skip to content

Commit f41dbbc

Browse files
authored
Bugfix: do not write component's rtedir to cbuild.yml (#1256)
Remove rtedir from component entries in cbuild.yml
1 parent 53bbd9a commit f41dbbc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/projmgr/src/ProjMgrCbuild.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ void ProjMgrCbuild::SetComponentsNode(YAML::Node node, const ContextItem* contex
129129
if (api) {
130130
SetNodeValue(componentNode[YAML_IMPLEMENTS], api->ConstructComponentID(true));
131131
}
132-
const string& rteDir = rteComponent->GetAttribute("rtedir");
133-
if (!rteDir.empty()) {
134-
SetNodeValue(componentNode[YAML_OUTPUT_RTEDIR], FormatPath(context->cproject->directory + "/" + rteDir, context->directories.cbuild));
135-
}
136132
SetControlsNode(componentNode, context, componentItem->build);
137133
SetComponentFilesNode(componentNode[YAML_FILES], context, componentId);
138134
if (!component.generator.empty()) {

0 commit comments

Comments
 (0)