[oe] [meta-clang] [PATCH] nonclangable: Add python3

Maxime Jourdan maxi.jourdan at wanadoo.fr
Wed Mar 28 22:38:44 UTC 2018


While python3 will build "successfully" with clang,
it will silently discard a few modules in the process:

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_bz2                  _curses_panel         _dbm
_gdbm                 _lzma                 _sqlite3
_ssl                  nis                   readline
zlib

The lack of these modules will generate empty packages
which can later break do_rootfs.

Signed-off-by: Maxime Jourdan <maxi.jourdan at wanadoo.fr>
---
 conf/nonclangable.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 720b653..7d30bc1 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -58,6 +58,7 @@ TOOLCHAIN_pn-openjre-8 = "gcc"
 TOOLCHAIN_pn-perf = "gcc"
 TOOLCHAIN_pn-piglit = "gcc"
 TOOLCHAIN_pn-prelink = "gcc"
+TOOLCHAIN_pn-python3 = "gcc"
 # has dpkg source which does not compile
 TOOLCHAIN_pn-start-stop-daemon = "gcc"
 TOOLCHAIN_pn-syslinux = "gcc"
-- 
2.16.2



More information about the Openembedded-devel mailing list