DRAFT catkin_ros_prefix.bbclass: ros_sysroot_preprocess() -> catkin_ros_prefix_sysroot_preprocess()

This commit is contained in:
Herb Kuta 2019-03-18 13:03:08 -07:00
parent fbf508ef9c
commit 3aaff6fd6f
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ FILES_${PN}-commonlisp += " \
${datadir}/common-lisp/ \ ${datadir}/common-lisp/ \
" "
SYSROOT_PREPROCESS_FUNCS += "ros_sysroot_preprocess" SYSROOT_PREPROCESS_FUNCS += "catkin_ros_prefix_sysroot_preprocess"
ros_sysroot_preprocess () { catkin_ros_prefix_sysroot_preprocess () {
sysroot_stage_dir ${D}${ros_includedir} ${SYSROOT_DESTDIR}${ros_includedir} sysroot_stage_dir ${D}${ros_includedir} ${SYSROOT_DESTDIR}${ros_includedir}
if [ "${BUILD_SYS}" = "${HOST_SYS}" ]; then if [ "${BUILD_SYS}" = "${HOST_SYS}" ]; then
sysroot_stage_dir ${D}${ros_bindir} ${SYSROOT_DESTDIR}${ros_bindir} sysroot_stage_dir ${D}${ros_bindir} ${SYSROOT_DESTDIR}${ros_bindir}