From 492129bba5eefbe954453bc62434c5be9f287b19 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 24 Mar 2020 15:48:29 -0700 Subject: [PATCH] python3-can: add native,nativesdk recipes This builds fine for native and nativesdk, so add recipes for it. Signed-off-by: Martin Kelly Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-can_3.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb index 4597795d5..5159695f4 100644 --- a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb @@ -20,3 +20,5 @@ RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-sqlite3 \ ${PYTHON_PN}-wrapt \ " + +BBCLASSEXTEND = "native nativesdk"