diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:29:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:19:52 +0100 |
commit | 47b1461fc02fff2878c8fac1f77d6358beebdb78 (patch) | |
tree | 69072646d6029c9af468b78d01b0e9d31a3f8655 /eclass | |
parent | aspell-dict-r1.eclass: mark ASPELL_{LANG, VERSION} as @PRE_INHERIT (diff) | |
download | gentoo-47b1461fc02fff2878c8fac1f77d6358beebdb78.tar.gz gentoo-47b1461fc02fff2878c8fac1f77d6358beebdb78.tar.bz2 gentoo-47b1461fc02fff2878c8fac1f77d6358beebdb78.zip |
ros-catkin.eclass: mark CATKIN_HAS_MESSAGES, CATKIN_MESSAGES_TRANSITIVE_DEPS as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 2779a0353ecb..b6f10ce6202d 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ros-catkin.eclass @@ -61,11 +61,13 @@ DEPEND="${RDEPEND} " # @ECLASS-VARIABLE: CATKIN_HAS_MESSAGES +# @PRE_INHERIT # @DESCRIPTION: # Set it to a non-empty value before inherit to tell the eclass the package has messages to build. # Messages will be built based on ROS_MESSAGES USE_EXPANDed variable. # @ECLASS-VARIABLE: CATKIN_MESSAGES_TRANSITIVE_DEPS +# @PRE_INHERIT # @DESCRIPTION: # Some messages have dependencies on other messages. # In that case, CATKIN_MESSAGES_TRANSITIVE_DEPS should contain a space-separated list of atoms |