Skip to content
Snippets Groups Projects
Commit 27562e39 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/pal-transmissions] Add chaining of the environment to make openrobots...

[wip/pal-transmissions] Add chaining of the environment to make openrobots having the highest priority.
parent 88284d4f
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ DISTNAME= ${VERSION} ...@@ -9,7 +9,7 @@ DISTNAME= ${VERSION}
ROSNAME= $(subst -,_,${PKGBASE}) ROSNAME= $(subst -,_,${PKGBASE})
DIST_SUBDIR= ${PKGBASE} DIST_SUBDIR= ${PKGBASE}
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
PKGREVISION= 1 PKGREVISION= 2
CATEGORIES= wip CATEGORIES= wip
# Source file store in robotpkg website # Source file store in robotpkg website
...@@ -24,6 +24,9 @@ LICENSE= 2-clause-bsd ...@@ -24,6 +24,9 @@ LICENSE= 2-clause-bsd
USE_BOOST_LIBS= thread USE_BOOST_LIBS= thread
# To make sure that the chaining uses the openrobots packages first.
CMAKE_PREFIX_PATH+= ${PREFIX}
include ../../devel/boost-headers/depend.mk include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk include ../../devel/boost-libs/depend.mk
include ../../devel/ros-catkin/depend.mk include ../../devel/ros-catkin/depend.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment