mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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"
|
SUMMARY = "Seamless operability between C++11 and Python"
|
||||||
HOMEPAGE = "https://github.com/wjakob/pybind11"
|
HOMEPAGE = "https://github.com/wjakob/pybind11"
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
|
||||||
|
|
||||||
DEPENDS = "boost"
|
DEPENDS = "boost"
|
||||||
|
|||||||
Reference in New Issue
Block a user