DRAFT cv-bridge-2.1.0.inc: Migrate metadata from v1

Confirmed v2.1.0 still needs this.

Make version-specific as this might be fixed in a newer version.
This commit is contained in:
Herb Kuta 2019-03-26 12:20:28 -07:00
parent 712c22e975
commit d4df020f5e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (c) 2019 LG Electronics, Inc.
# This option disables python2 support because we can't support both python2
# and python3 since OE upstream has disabled python2 bindings in Boost.
EXTRA_OECMAKE =+ "${@'-DANDROID=ON' if d.getVar('PYTHON_PN') != 'python3' else ''}"