From 1fa9a11c4242251bdb0370a816d16d527b1bc448 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Wed, 30 Sep 2020 17:31:39 +0000 Subject: python3-pybind11: extend to native and nativesdk Extend this recipe with native and nativesdk classes to be able to provide a package in SDK and run on the build system. Signed-off-by: Andrey Zhizhikin Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pybind11_2.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.5.0.bb index 9674ec0938..5d57590a12 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.5.0.bb @@ -32,3 +32,5 @@ do_install() { distutils3_do_install cmake_do_install } + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg