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

Merge pull request #57 from herbrechtsmeier/master

catkin.bbclass: Stage /usr/etc sysroot direcotry 
parents 26571f80 9606c209
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,10 @@ FILES_${PN}-dev += "\
${datadir}/${ROS_BPN}/*.template \
"
SYSROOT_PREPROCESS_FUNCS += "catkin_sysroot_preprocess"
catkin_sysroot_preprocess () {
sysroot_stage_dir ${D}${prefix}/etc ${SYSROOT_DESTDIR}${prefix}/etc
}
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