diff options
author | John Klug <john.klug@multitech.com> | 2022-05-03 17:30:00 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-05-03 17:31:16 -0500 |
commit | ca1aadba53b3683386bc034451212b8317492a83 (patch) | |
tree | f7b7c775a28d9692afd8a8a750dd4333810fa4c0 /recipes-devtools/python | |
parent | 91f8408a28e64da6608112c091864a1b103c862f (diff) | |
download | meta-mlinux-ca1aadba53b3683386bc034451212b8317492a83.tar.gz meta-mlinux-ca1aadba53b3683386bc034451212b8317492a83.tar.bz2 meta-mlinux-ca1aadba53b3683386bc034451212b8317492a83.zip |
Remove pycparser from python3-cffi
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/python3-cffi_%.bbappend | 5 |
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 \ +" |