diff options
Diffstat (limited to 'recipes-devtools/python/python3-cffi_%.bbappend')
-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 \ +" |