shape-tools: drop deprecated package

As the page https://github.com/ros-planning/shape_tools suggests
the package shape-tools is deprecated in favor of geometric-shapes and
the latter doesn't really depend on the former and builds successfully
without shape-tools in its builddeps.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
This commit is contained in:
Dmitry Rozhkov 2017-03-21 09:33:32 +02:00
parent eb4f9edf2a
commit 82431fa7fd
3 changed files with 1 additions and 16 deletions

View File

@ -3,7 +3,7 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=5ee5b8b046ae48ad94a2037ca953a67b"
DEPENDS = "boost shape-msgs shape-tools octomap assimp libeigen qhull console-bridge random-numbers eigen-stl-containers resource-retriever"
DEPENDS = "boost shape-msgs octomap assimp libeigen qhull console-bridge random-numbers eigen-stl-containers resource-retriever"
SRC_URI = "https://github.com/ros-planning/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "2a11cd903e581f4e9cef57551e3f284b"

View File

@ -96,7 +96,6 @@ RDEPENDS_${PN} = "\
image-rotate \
stereo-image-proc \
random-numbers \
shape-tools \
octomap-msgs \
pcl-msgs \
laser-geometry \

View File

@ -1,14 +0,0 @@
DESCRIPTION = "Tools for operating on shape messages."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=5ee5b8b046ae48ad94a2037ca953a67b"
DEPENDS = "shape-msgs visualization-msgs"
SRC_URI = "https://github.com/ros-planning/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "75e12ba67d11470a1028eaf38f792604"
SRC_URI[sha256sum] = "19a11713c78e409a466bca5168a7710e096a92f92fcafef4fa485bc7606eaf3e"
S = "${WORKDIR}/${ROS_SP}"
inherit catkin