From ea7ff13eb46d7e63fafab4694f3829310479462b Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 13 Aug 2024 11:25:17 -0400 Subject: python3-bokeh: add and update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add (move) the python3-bokeh recipe to here from meta-jupyter while updating from 2.4.2 → 3.5.1. Bokeh is not a requirement or dependency for jupyter, therefore it does not need to be stored in that layer. Bokeh is used by: - meta-kria/recipes-utils/kria-dashboard/kria-dashboard.bb - meta-system-controller/recipes-utils/pmtool/pmtool.bb Both of those layers have dependencies on meta-xilinx-core, so moving the recipe here will still make it available to both. Signed-off-by: Trevor Woerner Signed-off-by: Mark Hatle --- .../recipes-devtools/python/python3-pybind11_2.13.1.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb (limited to 'meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb') diff --git a/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb b/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb new file mode 100644 index 00000000..3c03069b --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb @@ -0,0 +1,9 @@ +SUMMARY = "Seamless operability between C++11 and Python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" + +SRC_URI[sha256sum] = "65be498b1cac516161add1508e65375674916bebf2570d057dc9c3c7bcbbc7b0" + +inherit pypi python_setuptools_build_meta + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf