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

Commit

Permalink
Merge pull request #224 from pohly/ros_use_python3
Browse files Browse the repository at this point in the history
refkit: reconfigure meta-ros in refkit-config.inc
  • Loading branch information
mythi authored Jul 4, 2017
2 parents ea2108d + fbf4abc commit d403907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions meta-refkit-core/conf/distro/include/refkit-config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ PREFERRED_PROVIDER_virtual/opencl-headers-cxx_df-refkit-config = "opencl-headers
# remove readline support from Bluez to reduce GPLv3 dependencies
BAD_RECOMMENDATIONS_append_df-refkit-config = " bluez5-client"

# Make ROS use python3 to run its core scripts
ROS_USE_PYTHON3_df-refkit-config = "yes"

########################################################################
# Changes that can be done via PACKAGECONFIG are meant to be done
# here instead of via .bbappends. SECURITY_* changes go into
Expand Down
3 changes: 0 additions & 3 deletions meta-refkit/conf/distro/refkit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,3 @@ PACKAGE_ARCH_pn-rhino = "${TUNE_PKGARCH}"
# re-use uninative shim released by Yocto Project / OE
require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"

# Make ROS use python3 to run its core scripts
ROS_USE_PYTHON3 = "yes"

0 comments on commit d403907

Please sign in to comment.