DRAFT {dashing} Add cv-bridge-2.1.2-1.inc (copy from cv-bridge-2.1.0.inc)

This commit is contained in:
Herb Kuta 2019-05-10 15:53:04 -07:00
parent 5403dc42aa
commit 9c5508252d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD_DEPENDS_remove = "python-numpy"
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 its for Python 3). This setting
# skips the check for a separate boost-python* package.
EXTRA_OECMAKE += "-DANDROID=ON"