Skip to content

Commit

Permalink
libflann: specify BSD license version
Browse files Browse the repository at this point in the history
Specify the BSD license version to avoid following QA warning:
WARNING: libflann-1.9.1-r0 do_populate_lic: QA Issue: libflann: No generic license file exists for: BSD in any provider [license-exists]

Signed-off-by: Paul LE GUEN DE KERNEIZON <[email protected]>
  • Loading branch information
Paullgk committed Nov 18, 2022
1 parent bfb0937 commit 9847a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Fast Library for Approximate Nearest Neighbors"
AUTHOR = "Marius Muja and David G. Lowe"
HOMEPAGE = "http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
LICENSE = "BSD"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=395adad2339bd9ce5fef13d564a9681c"

SRCREV = "06a49513138009d19a1f4e0ace67fbff13270c69"
Expand Down

0 comments on commit 9847a8c

Please sign in to comment.