Skip to content

Commit

Permalink
{common}: add license map to fix BSD license issue
Browse files Browse the repository at this point in the history
Since BSD file was removed in YOCTO/scarthgap, some ROS recipes
build failed due to cannot find BSD license.

Map BSD to BSD-3-Clause similar to YOCTO/kirkstone.

Signed-off-by: Jiaxing Shi <[email protected]>
  • Loading branch information
jiaxshi committed Nov 13, 2024
1 parent 47c15ab commit 2befecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-ros-common/conf/ros-distro/ros-distro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ BBMASK:append = " ${@bb.utils.contains('BBFILE_COLLECTIONS', 'raspberrypi', '',
require conf/ros-distro/include/enable-fortran.inc

require conf/ros-distro/include/ros-world-recipe-blacklist.inc

SPDXLICENSEMAP[BSD] = "BSD-3-Clause"

0 comments on commit 2befecf

Please sign in to comment.