diff --git a/superflore/generators/bitbake/yocto_recipe.py b/superflore/generators/bitbake/yocto_recipe.py index f1d31b79..fb628e43 100644 --- a/superflore/generators/bitbake/yocto_recipe.py +++ b/superflore/generators/bitbake/yocto_recipe.py @@ -488,7 +488,7 @@ def get_recipe_text(self, distributor): ret += ' staged should this package appear in another\'s DEPENDS.\n' ret += 'DEPENDS += "${ROS_EXPORT_DEPENDS} ' ret += '${ROS_BUILDTOOL_EXPORT_DEPENDS}"\n\n' - ret += 'RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}"' + '\n\n' + ret += 'RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}"' + '\n\n' # SRC_URI ret += '# matches with: ' + self.src_uri + '\n' ret += 'ROS_BRANCH ?= "branch=' + self.get_repo_branch_name() + '"\n'