From 3aaff6fd6f50933d3c4648f42b22b11bd3eb6576 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 18 Mar 2019 13:03:08 -0700 Subject: [PATCH] DRAFT catkin_ros_prefix.bbclass: ros_sysroot_preprocess() -> catkin_ros_prefix_sysroot_preprocess() --- classes/catkin_ros_prefix.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/catkin_ros_prefix.bbclass b/classes/catkin_ros_prefix.bbclass index d35b0cd..99ac146 100644 --- a/classes/catkin_ros_prefix.bbclass +++ b/classes/catkin_ros_prefix.bbclass @@ -64,8 +64,8 @@ FILES_${PN}-commonlisp += " \ ${datadir}/common-lisp/ \ " -SYSROOT_PREPROCESS_FUNCS += "ros_sysroot_preprocess" -ros_sysroot_preprocess () { +SYSROOT_PREPROCESS_FUNCS += "catkin_ros_prefix_sysroot_preprocess" +catkin_ros_prefix_sysroot_preprocess () { sysroot_stage_dir ${D}${ros_includedir} ${SYSROOT_DESTDIR}${ros_includedir} if [ "${BUILD_SYS}" = "${HOST_SYS}" ]; then sysroot_stage_dir ${D}${ros_bindir} ${SYSROOT_DESTDIR}${ros_bindir}