summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-02-14 08:24:49 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-14 08:24:48 -0800
commit669404fcdb967f6602af703698229bf9f53b606e (patch)
tree68099b80701a2e3676f33d8dc491cf45205e4e84 /meta-python
parent9b67d81276658caa93dd300517f4bc45e8780f39 (diff)
downloadmeta-openembedded-669404fcdb967f6602af703698229bf9f53b606e.tar.gz
python3-pybind11: Cosmetic fixes
Introduce cosmetic fixes to recipe file content based on oe-stylize.py suggestions. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb8
1 files changed, 3 insertions, 5 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 402f2c7ca7..6b768140f3 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
@@ -2,19 +2,17 @@ SUMMARY = "Seamless operability between C++11 and Python"
2HOMEPAGE = "https://github.com/pybind/pybind11" 2HOMEPAGE = "https://github.com/pybind/pybind11"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
5
6DEPENDS = "boost" 5DEPENDS = "boost"
7 6
8SRC_URI = "git://github.com/pybind/pybind11.git;branch=stable;protocol=https"
9
10SRCREV = "8a099e44b3d5f85b20f05828d919d2332a8de841" 7SRCREV = "8a099e44b3d5f85b20f05828d919d2332a8de841"
8SRC_URI = "git://github.com/pybind/pybind11.git;branch=stable;protocol=https"
11 9
12S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
13 11
14EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF"
15
16inherit cmake setuptools3 12inherit cmake setuptools3
17 13
14EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF"
15
18PIP_INSTALL_DIST_PATH = "${S}/dist" 16PIP_INSTALL_DIST_PATH = "${S}/dist"
19PIP_INSTALL_PACKAGE = "pybind11" 17PIP_INSTALL_PACKAGE = "pybind11"
20 18