summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-02-14 08:24:48 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-14 08:24:48 -0800
commit9b67d81276658caa93dd300517f4bc45e8780f39 (patch)
tree4dbd0401a74ad107e08625dabb5874637f22d981 /meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
parent67d30ca64a4fd3db7c6dc95925cb187b93193908 (diff)
downloadmeta-openembedded-9b67d81276658caa93dd300517f4bc45e8780f39.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
index 4428371996..402f2c7ca7 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Seamless operability between C++11 and Python" 1SUMMARY = "Seamless operability between C++11 and Python"
2HOMEPAGE = "https://github.com/pybind/pybind11" 2HOMEPAGE = "https://github.com/pybind/pybind11"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
5 5
6DEPENDS = "boost" 6DEPENDS = "boost"