Skip to content

Commit

Permalink
{humble} sick-scan-xd: Fix license string
Browse files Browse the repository at this point in the history
The license string in the upstream project's xml is not a standard license
string. Replace with one that will be recognized by bitbake.

Signed-off-by: Trevor Woerner <[email protected]>
  • Loading branch information
twoerner authored and robwoolley committed Jul 8, 2024
1 parent 7ec7008 commit 7fea471
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_LICENSE := "${LICENSE}"
LICENSE = "${@'${_LICENSE}'.replace('Apache-License,-Version-2.0,-see-"http-www.apache.org-licenses-LICENSE-2.0"', 'Apache-2.0')}"

0 comments on commit 7fea471

Please sign in to comment.