diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 17:11:29 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:12:59 -0400 |
| commit | 60fd91cd76b81ab2a652ff40dadb6df76c3099c4 (patch) | |
| tree | 49c13835663fbaee2b7bc9c5047189cda79b4d29 /meta-python/recipes-devtools | |
| parent | 41dba5393208cd5e265d3d22ee1697350044e2ff (diff) | |
| download | meta-openembedded-60fd91cd76b81ab2a652ff40dadb6df76c3099c4.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb index 4d94e2033e..4da693d4bc 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Seamless operability between C++11 and Python" | 1 | SUMMARY = "Seamless operability between C++11 and Python" |
| 2 | HOMEPAGE = "https://github.com/wjakob/pybind11" | 2 | HOMEPAGE = "https://github.com/wjakob/pybind11" |
| 3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" |
| 5 | 5 | ||
| 6 | DEPENDS = "boost" | 6 | DEPENDS = "boost" |
