Skip to content

Commit

Permalink
bitbake: generate new overrides syntax for ROS_SUPERFLORE_GENERATED_B…
Browse files Browse the repository at this point in the history
…UILDTOOLS

Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project authored and herb-kuta-lge committed Feb 3, 2022
1 parent 99d3c8f commit d475c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superflore/generators/bitbake/yocto_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def generate_ros_distro_inc(
'ROS_SUPERFLORE_GENERATED_BUILDTOOLS_%s' %
distro.upper(),
yoctoRecipe.generated_native_recipes) + '\n')
conf_file.write('ROS_SUPERFLORE_GENERATED_BUILDTOOLS_append ='
conf_file.write('ROS_SUPERFLORE_GENERATED_BUILDTOOLS:append ='
' " ${ROS_SUPERFLORE_GENERATED_BUILDTOOLS_%s}"'
'\n\n' % distro.upper())
conf_file.write(yoctoRecipe.generate_multiline_variable(
Expand Down

0 comments on commit d475c34

Please sign in to comment.