diff options
Diffstat (limited to 'recipes-devtools/python/python_2.7.3.bbappend')
| -rw-r--r-- | recipes-devtools/python/python_2.7.3.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend new file mode 100644 index 00000000..e39deba6 --- /dev/null +++ b/recipes-devtools/python/python_2.7.3.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | ||
| 2 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | ||
| 3 | |||
| 4 | DEPENDS += " ncurses" | ||
| 5 | |||
| 6 | do_compile_prepend() { | ||
| 7 | export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib | ||
| 8 | } | ||
| 9 | |||
