Skip to content
Snippets Groups Projects
Commit 0fb09bfd authored by Stefan Herbrechtsmeier's avatar Stefan Herbrechtsmeier
Browse files

catkin.bbclass: add native support to catkin packages

parent 9e5d1495
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ inherit cmake distutils-base
DEPENDS_prepend = "${@['catkin-native ', ''][d.getVar('BPN', True) == 'catkin']}"
EXTRA_OECMAKE_CATKIN = "\
-DCMAKE_PREFIX_PATH='${STAGING_DIR_HOST}/usr;${STAGING_DIR_NATIVE}/usr' \
"
......@@ -47,3 +46,5 @@ FILES_${PN}-dev += "\
${datadir}/${ROS_BPN}/package.xml \
${datadir}/${ROS_BPN}/*.template \
"
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