python: remove usage of FILESPATH
authorPetter Mabäcker <petter@technux.se>
Mon, 12 May 2014 13:55:35 +0000 (15:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2014 18:32:05 +0000 (19:32 +0100)
commitd50573760cd35100e7c83273b4f3715da4da1c2a
tree81f919806eeba75c0a3ba0837fe3c0cf5677eb7e
parent097c90bb9c111d94521074caa8a34fff44318fa5
python: remove usage of FILESPATH

Fixes [YOCTO #4497]

Usage of FILESPATH is discouraged, since it can make recipes harder to
bbappend. Instead FILESEXTRAPATHS should be used to extend the
path. Don't migrate paths that already exist in base FILESPATH to
FILESEXTRAPATHS.

(From OE-Core rev: 00cbfadbf402ad1462ec0c8eaaaefa9a225a4aa7)

Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-native_2.7.3.bb
meta/recipes-devtools/python/python-pygobject_2.28.3.bb