Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit d403907

Browse files
authored
Merge pull request #224 from pohly/ros_use_python3
refkit: reconfigure meta-ros in refkit-config.inc
2 parents ea2108d + fbf4abc commit d403907

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

meta-refkit-core/conf/distro/include/refkit-config.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ PREFERRED_PROVIDER_virtual/opencl-headers-cxx_df-refkit-config = "opencl-headers
109109
# remove readline support from Bluez to reduce GPLv3 dependencies
110110
BAD_RECOMMENDATIONS_append_df-refkit-config = " bluez5-client"
111111

112+
# Make ROS use python3 to run its core scripts
113+
ROS_USE_PYTHON3_df-refkit-config = "yes"
114+
112115
########################################################################
113116
# Changes that can be done via PACKAGECONFIG are meant to be done
114117
# here instead of via .bbappends. SECURITY_* changes go into

meta-refkit/conf/distro/refkit.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,3 @@ PACKAGE_ARCH_pn-rhino = "${TUNE_PKGARCH}"
198198
# re-use uninative shim released by Yocto Project / OE
199199
require conf/distro/include/yocto-uninative.inc
200200
INHERIT += "uninative"
201-
202-
# Make ROS use python3 to run its core scripts
203-
ROS_USE_PYTHON3 = "yes"

0 commit comments

Comments
 (0)