From d4df020f5e6d2dbee42cd22484603e7c487cd1ac Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 26 Mar 2019 12:20:28 -0700 Subject: [PATCH] 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. --- includes-ros1/vision-opencv/cv-bridge-2.1.0.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 includes-ros1/vision-opencv/cv-bridge-2.1.0.inc diff --git a/includes-ros1/vision-opencv/cv-bridge-2.1.0.inc b/includes-ros1/vision-opencv/cv-bridge-2.1.0.inc new file mode 100644 index 0000000..361fbae --- /dev/null +++ b/includes-ros1/vision-opencv/cv-bridge-2.1.0.inc @@ -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 ''}"