rospack: improving runtime dependencies (resolves #116)
This commit includes further changes to build rospack-native.
This commit is contained in:
parent
adcfd45c33
commit
bf9664c62b
|
@ -1 +1 @@
|
||||||
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}"
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||||
|
|
||||||
# install_requires=['catkin_pkg', 'rospkg', 'PyYAML >= 3.1'],
|
RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml python-netclient"
|
||||||
# setup_requires=['nose >= 1.0'],
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml"
|
|
||||||
|
|
||||||
inherit setuptools
|
inherit setuptools
|
||||||
|
|
||||||
|
BBCLASSEXTEND += "native"
|
||||||
|
|
|
@ -4,6 +4,7 @@ LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=6;endline=6;md5=d566ef916e9dedc494f5f793a6690ba5"
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=6;endline=6;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||||
|
|
||||||
DEPENDS = "boost python-rospkg-native libtinyxml"
|
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 = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
|
||||||
SRC_URI[md5sum] = "0bb1d12a115b7902d5b1f8546d63cdf8"
|
SRC_URI[md5sum] = "0bb1d12a115b7902d5b1f8546d63cdf8"
|
||||||
|
|
Loading…
Reference in New Issue