DRAFT [thud] cv-bridge-2.1.0.inc: Fix up configuration for thud-based boost

This commit is contained in:
Herb Kuta 2019-06-07 17:59:28 -07:00
parent 57a66850ea
commit 353bb3786e
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ ROS_BUILD_DEPENDS_remove = "python3-numpy"
ROS_BUILDTOOL_DEPENDS += " \
${PYTHON_PN}-numpy-native \
"
# As of [thud], boost-python is part of boost (and it's always called boost-python, even if it's for Python 3). This setting
# skips the check for a separate boost-python* package.
EXTRA_OECMAKE += "-DANDROID=ON"