From 0dc8ba0cdea10abe33b38f080aa441948d9dbcc7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Sat, 25 Jan 2020 10:50:50 +0100 Subject: [PATCH] [wip/ros-perception-pcl] bump PKGREVISION --- ros-perception-pcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ros-perception-pcl/Makefile b/ros-perception-pcl/Makefile index 018690fc..fe50b89d 100644 --- a/ros-perception-pcl/Makefile +++ b/ros-perception-pcl/Makefile @@ -6,6 +6,7 @@ ROS_PKG= perception_pcl ROS_METAPKG= yes ROS_VERSION= 1.7.0 ROS_REPO= ros-perception +PKGREVISION= 1 HOMEPAGE= ${MASTER_SITE_GITHUB:=${ROS_REPO}/${ROS_PKG}} MASTER_SITES= ${HOMEPAGE}/archive/ @@ -17,7 +18,7 @@ ROS_COMMENT= PCL (Point Cloud Library) ROS interface stack include ../../meta-pkgs/ros-base/Makefile.common include ../../wip/ros-pcl-msgs/depend.mk -include ../../mk/sysdep/pcl.mk +include ../../wip/mk/sysdep/pcl.mk include ../../devel/ros-nodelet-core/depend.mk include ../../math/ros-geometry/depend.mk -- GitLab