From 1c7fb1cdf962e5ac51c899dfeb4fc38201a9e8de Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Fri, 5 Apr 2019 03:22:50 +0200 Subject: [PATCH] [wip/prf-gazebo-ros-pkgs] Fix HOMEPAGE and MASTER_REPOSITORY --- prf-gazebo-ros-pkgs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/prf-gazebo-ros-pkgs/Makefile b/prf-gazebo-ros-pkgs/Makefile index b1f994b1..6d30624e 100644 --- a/prf-gazebo-ros-pkgs/Makefile +++ b/prf-gazebo-ros-pkgs/Makefile @@ -12,7 +12,10 @@ DIST_SUBDIR= ${PKGBASE} PKGREVISION= 1 CATEGORIES= wip -HOMEPAGE= ${MASTER_SITE_GITHUB:=pal-robotics-forks/${ROSNAME}} +MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git +CHECKOUT_VCS_OPTS+= --recursive + +HOMEPAGE= ${MASTER_SITE_GITHUB:=${ORG}/${ROSNAME}} MASTER_SITES= ${HOMEPAGE}/archive/ COMMENT= Wrappers, tools and additional API for using ROS with Gazebo. -- GitLab