DRAFT ros.bbclass -> catkin_ros_prefix.bbclass

Not updating recipes under v1-recipes-*
This commit is contained in:
Herb Kuta 2019-03-18 12:03:41 -07:00
parent bb7a3c307b
commit ac3a2ffe70
2 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,11 @@
#
# Copyright (c) 2013 Stefan Herbrechtsmeier, Bielefeld University
# Copyright (c) 2019 LG Electronics, Inc.
#
ROS_USE_PYTHON3 ??= "no"
inherit cmake ${@'distutils3-base' if bb.utils.to_boolean(d.getVar('ROS_USE_PYTHON3', True)) else 'distutils-base'} ros faulty-solibs
inherit cmake ${@'distutils3-base' if bb.utils.to_boolean(d.getVar('ROS_USE_PYTHON3', True)) else 'distutils-base'} catkin_ros_prefix faulty-solibs
# Prepend build dependency on "catkin-runtime" and "catkin-native"
# if the package is not "catkin" or "catkin-runtime"

View File

@ -1,5 +1,6 @@
#
# Copyright (c) 2013 Stefan Herbrechtsmeier, Bielefeld University
# Copyright (c) 2019 LG Electronics, Inc.
#
ROS_BPN = "${@d.getVar('BPN', True).replace('-', '_')}"