Merge pull request #57 from herbrechtsmeier/master

catkin.bbclass: Stage /usr/etc sysroot direcotry
This commit is contained in:
Lukas Bulwahn 2013-04-04 03:50:53 -07:00
commit eaa5f4f5d1
1 changed files with 6 additions and 0 deletions

View File

@ -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"