DRAFT {dashing} rosidl-generator-py_0.7.6-1.bb: Append to ROS_EXPORT_DEPENDS

This commit is contained in:
Herb Kuta 2019-06-05 16:17:14 -07:00
parent aec04da805
commit cb409ee65d
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Copyright (c) 2019 LG Electronics, Inc.
ROS_EXPORT_DEPENDS += " \
python3-numpy \
"
# NB. RECIPE_SYSROOT_NATIVE doesn't exist in [morty].
export RECIPE_SYSROOT_NATIVE
do_install_append() {
# - Add <NATIVE-SYSROOT>/<PYTHON-SITE-PACKAGES>/numpy/core/include to the include file search path. XXX Why doesn't this need
# to be done under Ubuntu bionic?