From b49e5bde98ed71c2025dd182adc4c51830da6e9c Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Fri, 5 Jul 2013 08:00:13 +0200 Subject: [PATCH] class-loader: updated and added upstream patch to optionally configure tests (resolves #86) --- .../{class-loader_0.2.0.bb => class-loader_0.2.1.bb} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename recipes-ros/class-loader/{class-loader_0.2.0.bb => class-loader_0.2.1.bb} (61%) diff --git a/recipes-ros/class-loader/class-loader_0.2.0.bb b/recipes-ros/class-loader/class-loader_0.2.1.bb similarity index 61% rename from recipes-ros/class-loader/class-loader_0.2.0.bb rename to recipes-ros/class-loader/class-loader_0.2.1.bb index 18302d3..74769fd 100644 --- a/recipes-ros/class-loader/class-loader_0.2.0.bb +++ b/recipes-ros/class-loader/class-loader_0.2.1.bb @@ -11,9 +11,14 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" -SRC_URI = "https://github.com/ros/${ROS_BPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_BP}.tar.gz" -SRC_URI[md5sum] = "b52990244798f849f1c7deb0ef476bd3" -SRC_URI[sha256sum] = "a6e02d70e64be816af0424ad67c8bba658ced903a19794b3ebe7c0e7f6785c25" +SRC_URI = "https://github.com/ros/${ROS_BPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_BP}.tar.gz;name=archive" +SRC_URI[archive.md5sum] = "e844b2f708946c6245093b30f9f7f3b4" +SRC_URI[archive.sha256sum] = "93347aca95be80e78253b964f363cd5486fbf17cf939d224b46ed1de8287679d" + +SRC_URI += "https://github.com/ros/class_loader/commit/384a880d2dcf1bc51fe62d5c4648756b4575dba3.patch;name=patch" +SRC_URI[patch.md5sum] = "c95550a5b8197338e57be732b9fa2225" +SRC_URI[patch.sha256sum] = "9029530d2a62c44e1614483ec312572d7cfa47298c4392b066f802c0454a97bf" + DEPENDS = "console-bridge libpoco" -- GitLab