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

Merge pull request #340 from KristofRobot/catkin-runtime-fix

catkin-runtime: adding support for native version (resolves #338)
parents 5add2583 73180844
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ S = "${WORKDIR}/catkin-${PV}"
# from the catkin tool.
FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}"
RDEPENDS_${PN}_class-native = ""
RDEPENDS_${PN} = "\
python-catkin-pkg python-argparse python-misc python-multiprocessing \
python-shell python-subprocess python-xml python-pkgutil"
......@@ -20,3 +21,5 @@ do_install_append() {
rm -rf ${D}${ros_datadir}
rm -rf ${D}${ros_libdir}/pkgconfig
}
BBCLASSEXTEND += "native"
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