Commit 002777c6 authored by Herb Kuta's avatar Herb Kuta
Browse files

ament.bbclass: Add comment about AMENT_PREFIX_PATH

Showing with 4 additions and 0 deletions
+4 -0
......@@ -19,6 +19,10 @@ DEPENDS_append = " \
"
EXTRA_OECMAKE_append = " -DBUILD_TESTING=OFF -DPYTHON_SOABI=cpython-35m-${TUNE_ARCH}-${TARGET_OS}${ARMPKGSFX_EABI}"
# XXX Without STAGING_DIR_HOST path included, rmw-implementation:do_configure() fails with:
#
# "Could not find ROS middleware implementation 'NOTFOUND'"
#
export AMENT_PREFIX_PATH="${STAGING_DIR_HOST}${prefix};${STAGING_DIR_NATIVE}${prefix}"
inherit cmake python3native
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment