summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python3-cffi_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-cffi_%.bbappend b/recipes-devtools/python/python3-cffi_%.bbappend
new file mode 100644
index 0000000..59cde4e
--- /dev/null
+++ b/recipes-devtools/python/python3-cffi_%.bbappend
@@ -0,0 +1,5 @@
+# pycparser is for doing build of C or C++ code and
+# should not be on an embedded device
+RDEPENDS_${PN}_class-target_remove = " \
+ ${PYTHON_PN}-pycparser \
+"