From ab5e4da4b71eaf06f07af7572ad1e2509b6b0f29 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 17 Sep 2019 05:41:09 +0000 Subject: python*-pyserial: Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Nathan Rossi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyserial.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 52a7e05ce6..870f1d8a8a 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc @@ -40,3 +40,5 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-stringold \ ${PYTHON_PN}-threading \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg