From c77dc6548de0cf7340d1674b33af2c52bc0a55c7 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Tue, 27 Aug 2019 12:09:55 +0200 Subject: [PATCH] [wip/tiago-data] Fix PLIST Removed files from another package remaining despite previous fix. This was failing the build. Bump PKGREVISION to 2. --- tiago-data/Makefile | 2 +- tiago-data/PLIST | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tiago-data/Makefile b/tiago-data/Makefile index 1d30a835..4103b8d1 100644 --- a/tiago-data/Makefile +++ b/tiago-data/Makefile @@ -10,7 +10,7 @@ PKGNAME= ${PKGBASE}-${VERSION} ROSNAME= $(subst -,_,${PKGBASE}) WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} DIST_SUBDIR= ${PKGBASE} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= wip diff --git a/tiago-data/PLIST b/tiago-data/PLIST index 411f9878..1530b243 100644 --- a/tiago-data/PLIST +++ b/tiago-data/PLIST @@ -3,8 +3,6 @@ include/tiago/data/config.hh include/tiago/data/deprecated.hh include/tiago/data/warning.hh lib/pkgconfig/tiago_data.pc -share/roscontrol_sot_talos/config/sot_talos_params_control_mode.yaml -share/roscontrol_sot_talos/config/sot_talos_params_control_mode_effort.yaml share/tiago_data/Media/materials/scripts/markers.material share/tiago_data/Media/materials/textures/aruco-26_8cm.png share/tiago_data/Media/materials/textures/aruco-582_8cm.png -- GitLab