aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python_2.7.3.bbappend
blob: e39deba62a6739f372df97cf8359e4bcba8637ce (plain)
1
2
3
4
5
6
7
8
9
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"

DEPENDS += " ncurses"

do_compile_prepend() {
	export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
}