Skip to content
Snippets Groups Projects
Commit 7d0bb019 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

pluginlib: added patch to optionally configure tests

parent 06172110
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,13 @@ SECTION = "devel"
LICENSE = "BSD & BSL-1.0"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=10;md5=bbbb6ab628b1f3daee74dd9c62bee312"
SRC_URI = "https://github.com/ros/${PN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "64682c8e49434c333915fd0906fb4d84"
SRC_URI[sha256sum] = "532d9358a8559effb3fabe57ac97ced8b5a61226251973f08f8901709d9591f7"
SRC_URI = "https://github.com/ros/${PN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz;name=archive"
SRC_URI[archive.md5sum] = "64682c8e49434c333915fd0906fb4d84"
SRC_URI[archive.sha256sum] = "532d9358a8559effb3fabe57ac97ced8b5a61226251973f08f8901709d9591f7"
SRC_URI += "https://github.com/ros/pluginlib/commit/e71b89e00fbf56813266552b4d75fefe95e048f8.patch;name=patch"
SRC_URI[patch.md5sum] = "b9dcbfd4883edb947112b3a184c7a49b"
SRC_URI[patch.sha256sum] = "19c3d35de402309ed23b252db8493fb8a6d6abb34be6d88cbfd28b0e3e171016"
DEPENDS = "boost class-loader rosconsole roslib libtinyxml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment