diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-24 09:35:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-24 09:35:36 -0500 |
| commit | 2d6decbb36a72ef758cd70ed0d349571728db73b (patch) | |
| tree | 01c36b3b3dcae42f5329cb92dd810d12118bccec /recipes-devtools/python/python_2.7.9.bbappend | |
| parent | beaa1ea3f7752bce927bb0d881147a6364749240 (diff) | |
| download | meta-virtualization-2d6decbb36a72ef758cd70ed0d349571728db73b.tar.gz | |
python: update bbappend to match oe-core master
It is questionable if we need this at all anymore (we probably don't),
but for now, there's no reason to not match the versions.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python_2.7.9.bbappend')
| -rw-r--r-- | recipes-devtools/python/python_2.7.9.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-devtools/python/python_2.7.9.bbappend b/recipes-devtools/python/python_2.7.9.bbappend new file mode 100644 index 00000000..55301c7e --- /dev/null +++ b/recipes-devtools/python/python_2.7.9.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | DEPENDS += " ncurses" | ||
| 4 | |||
| 5 | do_compile_prepend() { | ||
| 6 | export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib | ||
| 7 | } | ||
| 8 | |||
