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 <andrey.zhizhikin@leica-geosystems.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrey Zhizhikin 2020-09-30 17:31:39 +00:00 committed by Khem Raj
parent 35459c1d25
commit 1fa9a11c42

View File

@ -32,3 +32,5 @@ do_install() {
distutils3_do_install
cmake_do_install
}
BBCLASSEXTEND = "native nativesdk"