aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2020-03-24 15:48:29 -0700
committerKhem Raj <raj.khem@gmail.com>2020-03-24 19:58:50 -0700
commit492129bba5eefbe954453bc62434c5be9f287b19 (patch)
treee9dec5c5c3de22adcbee557b1311ac231b9d138f /meta-python
parent71451129e7b45244f7d90dcdbacf7614033b1c73 (diff)
downloadmeta-openembedded-492129bba5eefbe954453bc62434c5be9f287b19.tar.gz
python3-can: add native,nativesdk recipes
This builds fine for native and nativesdk, so add recipes for it. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_3.3.2.bb2
1 files changed, 2 insertions, 0 deletions
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 4597795d50..5159695f4b 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"