summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-21 21:37:22 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-21 21:37:22 -0400
commit7c45e667acee308830855660648954d4a7cf0e41 (patch)
treec0480a09b3c6aaea4315e880d1afe07b2e0f1a9b /recipes-devtools/python
parentef0700820686d262fa28091b8e143fc881f69965 (diff)
downloadmeta-virtualization-7c45e667acee308830855660648954d4a7cf0e41.tar.gz
python: replace FILESPATH with FILESEXTRAPATHS_prepend
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>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python_2.7.3.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend
index e39deba6..55301c7e 100644
--- a/recipes-devtools/python/python_2.7.3.bbappend
+++ b/recipes-devtools/python/python_2.7.3.bbappend
@@ -1,5 +1,4 @@
1THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
3 2
4DEPENDS += " ncurses" 3DEPENDS += " ncurses"
5 4