Skip to content
Snippets Groups Projects
Commit 12ba6393 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/talos-metapkg-ros-control-sot] Fix Makefile

Fix DISTFILES definition by removing inclusion of
meta-pkgs/ros-base/Makefile.common out of context. The package is hosted
@openrobots.org, no need to use common ROS definitions.

While here, drop a number of useless statements:
 - setting PKGBASE manually is useless
 - setting WRKSRC is useless for this package
 - setting CMAKE_PREFIX_PATH is useless (especially to an empty location,
   ROBOTPKG_BASE is an optional user setting and almost never needed).
parent 733588eb
No related branches found
No related tags found
No related merge requests found
......@@ -3,15 +3,9 @@
#
VERSION= 0.0.3
PKGBASE= talos-metapkg-ros-control-sot
PKGNAME= ${PKGBASE}-${VERSION}
PKGNAME= talos-metapkg-ros-control-sot-${VERSION}
DISTNAME= $(subst -,_,${PKGBASE})-${VERSION}
ROS_METAPKG= yes
ROS_GITTAG= ${DISTNAME}
WRKSRC= ${WRKDIR}/${ROS_GITTAG}
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_JRL:=talos/talos_metapkg_ros_control_sot/}
COMMENT= ros_control package for the SoT and specifically for Talos
......@@ -21,10 +15,7 @@ RESTRICTED= Redistribution of repackaged binaries not permitted
NO_PUBLIC_SRC= ${RESTRICTED}
NO_PUBLIC_BIN= ${RESTRICTED}
#USE_BOOST_LIBS= thread
include ../../meta-pkgs/ros-base/Makefile.common
CMAKE_PREFIX_PATH+= ${ROBOTPKG_BASE}
ROS_METAPKG= yes
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/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