DRAFT ros.bbclass -> catkin_ros_prefix.bbclass
Not updating recipes under v1-recipes-*
This commit is contained in:
parent
bb7a3c307b
commit
ac3a2ffe70
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#
|
||||
# Copyright (c) 2013 Stefan Herbrechtsmeier, Bielefeld University
|
||||
# Copyright (c) 2019 LG Electronics, Inc.
|
||||
#
|
||||
|
||||
ROS_BPN = "${@d.getVar('BPN', True).replace('-', '_')}"
|
Loading…
Reference in New Issue