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

rospack: improving runtime dependencies (resolves #116)

This commit includes further changes to build rospack-native.
parent adcfd45c
No related branches found
No related tags found
No related merge requests found
RPROVIDES += "python-xml-native"
RPROVIDES += "python-datetime-native python-netclient-native python-subprocess-native python-xml-native"
......@@ -10,9 +10,8 @@ SRC_URI[sha256sum] = "c3e741db57b7230c8ac2cceca837b98181b4fa6d1488819e615366a858
S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['catkin_pkg', 'rospkg', 'PyYAML >= 3.1'],
# setup_requires=['nose >= 1.0'],
RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml"
RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml python-netclient"
inherit setuptools
BBCLASSEXTEND += "native"
......@@ -4,6 +4,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=6;endline=6;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "boost python-rospkg-native libtinyxml"
RDEPENDS_${PN} = "python-rosdep python-subprocess"
SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "0bb1d12a115b7902d5b1f8546d63cdf8"
......
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