Skip to content
Snippets Groups Projects
Commit 73180844 authored by Kristof Robot's avatar Kristof Robot
Browse files

catkin-runtime: adding support for native version (resolves #338)

parent 5add2583
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