aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools/python
AgeCommit message (Collapse)Author
2016-12-06Revert "python3: fix for multilib environment"Michael Powell
2016-11-16python3: fix for multilib environmentAdeel Arshad
Python module search path should not be hardcoded to lib/python INTAMDDET-1724 Signed-off-by: Adeel Arshad <adeel_arshad@mentor.com>
2016-08-13python: Use wildcard bbappend for minor version number.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-05-23python: Upgrade version to match upstreamDrew Moseley
2016-05-20Merge remote-tracking branch 'origin/cedar' into masterAwais Belal
Conflicts: common/recipes-devtools/python/python_2.7.9.bbappend
2016-04-22python: test_ossaudiodev.py: fix assertion to be more lenientMichael
2015-12-21Revert "python: ensure usage of native modules while cross compiling"Drew Moseley
This reverts commit ddcee79c137e27f313086e4618ac7255eeb1f176.
2015-11-11python: ensure usage of native modules while cross compilingAwais Belal
The PYTHONPATH variable augments the default search path and is prepended to it. We need to make sure that host modules are used while cross compiling otherwise an illegal instruction error is generated if the modules built for target are imported. We add the patch conditionally here so open yocto builds can leverage this as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>