From 08542348f9e67d858f5a7cb565fedfd35f8e38e7 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Fri, 14 Jun 2019 11:25:24 +0200 Subject: [PATCH] [tiago-tutorials] Add dependency to tiago-simulation Bump PKGREVISION 1 --- tiago-tutorials/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tiago-tutorials/Makefile b/tiago-tutorials/Makefile index 5c0aeb87..38bf10ea 100644 --- a/tiago-tutorials/Makefile +++ b/tiago-tutorials/Makefile @@ -10,6 +10,7 @@ PKGNAME= ${PKGBASE}-${VERSION} ROSNAME= $(subst -,_,${PKGBASE}) WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} DIST_SUBDIR= ${PKGBASE} +PKGREVISION= 1 CATEGORIES= wip HOMEPAGE= ${MASTER_SITE_GITHUB:=${ORG}/${ROSNAME}} @@ -32,6 +33,7 @@ include ../../lang/ros-message-runtime/depend.mk include ../../middleware/ros-comm/depend.mk include ../../wip/aruco-ros/depend.mk include ../../wip/tiago-robot/depend.mk +include ../../wip/tiago-simulation/depend.mk include ../../wip/pal-gazebo-plugins/depend.mk include ../../wip/pal-hardware-gazebo/depend.mk include ../../wip/pal-msgs/depend.mk -- GitLab