diff options
Diffstat (limited to 'recipes-devtools/python')
| -rw-r--r-- | recipes-devtools/python/python3_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3_%.bbappend b/recipes-devtools/python/python3_%.bbappend new file mode 100644 index 0000000..a4d8b49 --- /dev/null +++ b/recipes-devtools/python/python3_%.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | do_configure:prepend:class-target:toolchain-clang() { | ||
| 4 | # We do not need --print-multiarch with clang since it prints wrong value | ||
| 5 | sed -i -e 's#\[MULTIARCH=$($CC --print-multiarch 2>/dev/null)\]#\[MULTIARCH=""\]#g' ${S}/configure.ac | ||
| 6 | } | ||
| 7 | |||
