From de212f1236d94d4477a8cb383b32050e4be3c82f Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 12 Oct 2013 17:17:29 +0200 Subject: [PATCH] tf: moving patch for tf to tf recipe --- recipes-ros/geometry/geometry.inc | 2 -- recipes-ros/geometry/tf_1.10.6.bb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ros/geometry/geometry.inc b/recipes-ros/geometry/geometry.inc index 7ee18eb..c3bf67a 100644 --- a/recipes-ros/geometry/geometry.inc +++ b/recipes-ros/geometry/geometry.inc @@ -2,8 +2,6 @@ SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilena SRC_URI[md5sum] = "32fd3bf4e85fdbf40a391daf32a8a91b" SRC_URI[sha256sum] = "8b0341d39391abfec2b3f72dad2ec0ce8c37bd4443822322a64eacb36f0ce7b6" -SRC_URI += "file://0001-rostest-is-optional.patch;striplevel=2" - S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}" inherit catkin diff --git a/recipes-ros/geometry/tf_1.10.6.bb b/recipes-ros/geometry/tf_1.10.6.bb index 1d12e6a..a02855c 100644 --- a/recipes-ros/geometry/tf_1.10.6.bb +++ b/recipes-ros/geometry/tf_1.10.6.bb @@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=18;endline=18;md5=d566ef916e9de DEPENDS = "angles geometry-msgs message-filters sensor-msgs tf2-ros" require geometry.inc + +SRC_URI += "file://0001-rostest-is-optional.patch;striplevel=2"