cpb- / yocto-cooker

Meta buildtool for Yocto Project based Linux embedded systems
GNU General Public License v2.0
43 stars 22 forks source link

Patch setup tool data files #54

Closed Stimaleger closed 4 years ago

Stimaleger commented 4 years ago

Please give a try using my remote branch before integration:

python3 -m pip install --upgrade git+https://github.com/Stimaleger/chef.git@patch-setup-tool

Make sure to remove your previous version of chef before:

pip3 uninstall chef

Explications HERE. I choose to go for package_data solution because I think that this file should be in the chef directory instead of local directory.

cpb- commented 4 years ago

Applied. Thanks.