meta-openembedded/meta-oe
Mark Asselstine fd1e5eab37 mozjs: fix configure host contamination
When building mozjs the following error was observed

| Traceback (most recent call last):
|   File "./config.status", line 9, in <module>
|     from ConfigStatus import config_status
|   File "/build/bitbake_build/tmp/work/corei7-64-wrs-linux/mozjs/17.0.0-r0/mozjs17.0.0/js/src/build/ConfigStatus.py", line 11, in <module>
|     import sys, re, os, posixpath, ntpath
|   File "/usr/lib/python2.7/ntpath.py", line 15, in <module>
|     from genericpath import _unicode
| ImportError: cannot import name _unicode
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /build//bitbake_build/tmp/work/corei7-64-wrs-linux/mozjs/17.0.0-r0/temp/do_configure/log.do_configure.1056

Note the host paths found in the error msg. Further this issue can be
explored using the host python, which will not error when attempting
the above import, and the python in the sysroot, which will fail when
we attempt the import.

By inheriting pythonnative we ensure the proper paths are set to avoid
this host contamination.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-05-02 14:03:04 -07:00
..
classes waf-samba.bbclass: move to meta-networking 2016-04-01 12:05:27 -04:00
conf waf-samba.bbclass: move to meta-networking 2016-04-01 12:05:27 -04:00
licenses flite: fix license issue. 2016-05-02 14:03:02 -07:00
recipes-benchmark meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-connectivity krb5-CVE-2016-3119.patch 2016-05-02 14:03:04 -07:00
recipes-core meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-devtools meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-extended mozjs: fix configure host contamination 2016-05-02 14:03:04 -07:00
recipes-gnome libunique: fix gobject introspection support 2016-03-14 12:15:31 +01:00
recipes-graphics wayland-fits: update, get out of PNBLACKLIST 2016-05-02 14:03:04 -07:00
recipes-kernel meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-multimedia meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-navigation meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-sato/claws-mail libetpan, claws*: blacklist because of gnutls upgrade 2016-01-06 13:25:59 +01:00
recipes-support mariadb: Fix rootfs creation errors 2016-05-02 14:03:04 -07:00
recipes-test gtest, gmock: allow building gtest-native and gmock-native 2016-05-02 14:03:03 -07:00
site
COPYING.MIT
README README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: krogoth
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][krogoth]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][krogoth][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

krogoth Branch Maintainer:
Armin Kuster <akuster808@gmail.com>