ros / meta-ros

OpenEmbedded Layers for ROS 1 and ROS 2
MIT License
382 stars 251 forks source link

{rolling} fix build of ecl-license #1120

Closed DasRoteSkelett closed 4 months ago

DasRoteSkelett commented 5 months ago

This fixes two issues. The first one is that the package.xml is listening the wrong SPDX (BSD instead of BSD-3-Clause). The second one is that this package installs license files (into the wrong directory btw.) So to fix this properly, we only care for those files iff we build license packages. And if we do, we move them to the right directory.

robwoolley commented 4 months ago

Merged into master-next: https://github.com/ros/meta-ros/commit/9b9c46cda9f1070a63f3d1e39970322ff10480e6

robwoolley commented 4 months ago

Tested against Rolling for Styhead (ie master). Merged into "master" branch.