mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-pybind11: Fix LICENSE
The repositorys LICENSE file contains BSD-3-Clause license text, so update the relevant recipe information field to match. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Seamless operability between C++11 and Python"
|
||||
HOMEPAGE = "https://github.com/wjakob/pybind11"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
|
||||
|
||||
DEPENDS = "boost"
|
||||
|
||||
Reference in New Issue
Block a user