summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-05-03 17:30:00 -0500
committerJohn Klug <john.klug@multitech.com>2022-05-03 17:31:16 -0500
commitca1aadba53b3683386bc034451212b8317492a83 (patch)
treef7b7c775a28d9692afd8a8a750dd4333810fa4c0
parent91f8408a28e64da6608112c091864a1b103c862f (diff)
downloadmeta-mlinux-ca1aadba53b3683386bc034451212b8317492a83.tar.gz
meta-mlinux-ca1aadba53b3683386bc034451212b8317492a83.tar.bz2
meta-mlinux-ca1aadba53b3683386bc034451212b8317492a83.zip
Remove pycparser from python3-cffi
-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 \
+"