diff options
author | Petter Mabäcker <petter@technux.se> | 2014-05-12 15:55:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:32:05 +0100 |
commit | 0c7877667a473bc6858cd37fc15a60c44932dc81 (patch) | |
tree | 8fa86adfd3afb4780718af6ce614257141f4d814 /meta/recipes-devtools/python | |
parent | dd0442a1ee6109bb06edbe0ba24bd9f87e427727 (diff) | |
download | poky-0c7877667a473bc6858cd37fc15a60c44932dc81.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.28.3.bb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb index 0c66d27c2d..b2a36b478f 100644 --- a/meta/recipes-devtools/python/python-native_2.7.3.bb +++ b/meta/recipes-devtools/python/python-native_2.7.3.bb | |||
@@ -21,7 +21,7 @@ SRC_URI += "\ | |||
21 | " | 21 | " |
22 | S = "${WORKDIR}/Python-${PV}" | 22 | S = "${WORKDIR}/Python-${PV}" |
23 | 23 | ||
24 | FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/" | 24 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:" |
25 | 25 | ||
26 | inherit native | 26 | inherit native |
27 | 27 | ||
diff --git a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb index 9dbe47cfc9..2e65b3808a 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb | |||
@@ -16,7 +16,6 @@ SRC_URI[md5sum] = "aa64900b274c4661a5c32e52922977f9" | |||
16 | SRC_URI[sha256sum] = "7da88c169a56efccc516cebd9237da3fe518a343095a664607b368fe21df95b6" | 16 | SRC_URI[sha256sum] = "7da88c169a56efccc516cebd9237da3fe518a343095a664607b368fe21df95b6" |
17 | S = "${WORKDIR}/pygobject-${PV}" | 17 | S = "${WORKDIR}/pygobject-${PV}" |
18 | 18 | ||
19 | FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" | ||
20 | EXTRA_OECONF += "--disable-introspection" | 19 | EXTRA_OECONF += "--disable-introspection" |
21 | 20 | ||
22 | PARALLEL_MAKEINST = "" | 21 | PARALLEL_MAKEINST = "" |