From da0cf04421f7cd1ab5b86b2fe885bdf2c1b224b8 Mon Sep 17 00:00:00 2001 From: Samuel Dolt Date: Wed, 8 Sep 2021 13:48:24 +0200 Subject: python3-editor: add native and nativesdk to BBCLASSEXTEND Signed-off-by: Samuel Dolt Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-editor_1.0.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb index c7a6cd8f0b..dffc36169e 100644 --- a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb @@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec78477138 PYPI_PACKAGE = "python-editor" inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg