From 0c7877667a473bc6858cd37fc15a60c44932dc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Mab=C3=A4cker?= Date: Mon, 12 May 2014 15:55:35 +0200 Subject: python: remove usage of FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-pygobject_2.28.3.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/python/python-pygobject_2.28.3.bb') 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 9dbe47c..2e65b38 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" SRC_URI[sha256sum] = "7da88c169a56efccc516cebd9237da3fe518a343095a664607b368fe21df95b6" S = "${WORKDIR}/pygobject-${PV}" -FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files" EXTRA_OECONF += "--disable-introspection" PARALLEL_MAKEINST = "" -- cgit v1.1