summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python_2.7.3.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* python: replace FILESPATH with FILESEXTRAPATHS_prependBruce Ashfield2013-08-211-2/+1
| | | | | | | | | | redefining THISDIR and using FILESPATH is no longer required in a "modern" bbappend, and in fact breaks other layers that also patch python. Removing THISDIR and using FILESEXTRAPATHS_prepend fixes both issues. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python: Add ncurses support. Requires cross-compile patch for library search.Raymond Danks2012-06-211-0/+9
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>