# Inherited by every recipe that superflore generates.
#
# Copyright (c) 2019 LG Electronics, Inc.
ROS_SUPERFLORE_GENERATED = "1"
# If superflore found this BPN listed as a build tool, extend the recipe to build BPN-native.
BBCLASSEXTEND_append = "${@bb.utils.contains('ROS_SUPERFLORE_GENERATED_BUILDTOOLS', '${BPN}-native', ' native', '', d)}"
inherit ros_component
-
Martin Jansa authored
* now with rosN_component no longer inherited in generated recipes we still need to inherit ros_component somewhere, either update superflore again to inherit it in get_bottom_inherit_line() where rosN_component was inherited before or here (because it doesn't need another regeneration) Signed-off-by:
Martin Jansa <martin.jansa@lge.com>
63951a93