diff --git a/recipes-ros/xacro/xacro/0001-check-for-CATKIN_ENABLE_TESTING.patch b/recipes-ros/xacro/xacro/0001-check-for-CATKIN_ENABLE_TESTING.patch deleted file mode 100644 index de44af7..0000000 --- a/recipes-ros/xacro/xacro/0001-check-for-CATKIN_ENABLE_TESTING.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 1a534325ce98bd1250c3f586b243c85a0515fcac Mon Sep 17 00:00:00 2001 -From: Lukas Bulwahn -Date: Sat, 12 Oct 2013 11:14:26 +0200 -Subject: [PATCH] check for CATKIN_ENABLE_TESTING - -Upstream-Status: Accepted ---- - CMakeLists.txt | 6 ++++-- - package.xml | 2 +- - 2 files changed, 5 insertions(+), 3 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 2d67593..f68faa8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -16,5 +16,7 @@ install(PROGRAMS xacro.py DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) - - install(PROGRAMS scripts/xacro DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}) - --## Add folders to be run by python nosetests --catkin_add_nosetests(test) -+if(CATKIN_ENABLE_TESTING) -+ ## Add folders to be run by python nosetests -+ catkin_add_nosetests(test) -+endif() -diff --git a/package.xml b/package.xml -index 69cb9e7..26f61e2 100644 ---- a/package.xml -+++ b/package.xml -@@ -17,7 +17,7 @@ - - Stuart Glaser - -- catkin -+ catkin - - roslaunch - --- -1.8.1.2 - diff --git a/recipes-ros/xacro/xacro_1.8.4.bb b/recipes-ros/xacro/xacro_1.8.5.bb similarity index 59% rename from recipes-ros/xacro/xacro_1.8.4.bb rename to recipes-ros/xacro/xacro_1.8.5.bb index 95893d9..ac2db56 100644 --- a/recipes-ros/xacro/xacro_1.8.4.bb +++ b/recipes-ros/xacro/xacro_1.8.5.bb @@ -3,10 +3,10 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5" -SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "32848b03f52b6a4b4040ccc4634c13ce" -SRC_URI[sha256sum] = "44f7190cecab31ab67460d40c7872d99fe89907fad20106dbf5205f33ba54718" +DEPENDS = "roslint" -SRC_URI += "file://0001-check-for-CATKIN_ENABLE_TESTING.patch" +SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" +SRC_URI[md5sum] = "0ab54d837509adc0579eacae4f27d8b6" +SRC_URI[sha256sum] = "bcb0c5706a7da913431d49478b795667b32c7f7dee28639024b267e022ffc25a" inherit catkin