From 7746dc27c0d302b2ce1da1128c68558630194e25 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 7 Dec 2013 09:33:23 +0100 Subject: [PATCH] cmake-modules: updating to 0.2.0 --- .../{cmake-modules_0.1.0.bb => cmake-modules_0.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-ros/cmake-modules/{cmake-modules_0.1.0.bb => cmake-modules_0.2.0.bb} (82%) diff --git a/recipes-ros/cmake-modules/cmake-modules_0.1.0.bb b/recipes-ros/cmake-modules/cmake-modules_0.2.0.bb similarity index 82% rename from recipes-ros/cmake-modules/cmake-modules_0.1.0.bb rename to recipes-ros/cmake-modules/cmake-modules_0.2.0.bb index 6fafc7c..9418262 100644 --- a/recipes-ros/cmake-modules/cmake-modules_0.1.0.bb +++ b/recipes-ros/cmake-modules/cmake-modules_0.2.0.bb @@ -5,8 +5,8 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "988ce2ea80d375eebe36984c39b948d4" -SRC_URI[sha256sum] = "5ba9d987fad3ee781ca1b85af7cc07567b8f955346b4beb2c0b5140cf10b2a16" +SRC_URI[md5sum] = "8e24844c6c06043b596291be926f9141" +SRC_URI[sha256sum] = "d10ec20fb5997a84513044abb2597ab090ddd4a6cd551b4fd277b2ee4649afcf" SRC_URI += "file://0001-Fix-the-path-added-to-CMAKE_MODULE_PATH.patch;striplevel=1;name=patch" SRC_URI[patch.md5sum] = "eba3a7eda081516f2113d6db70e881df"