clutter: remove usage of FILESPATH
authorPetter Mabäcker <petter@technux.se>
Thu, 17 Oct 2013 14:58:49 +0000 (16:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Oct 2013 14:59:13 +0000 (15:59 +0100)
Usage of FILESPATH is discouraged, since it can make recipes harder to
bbappend. Instead FILESEXTRAPATHS should be used to extend the path.
However in clutter the default paths solves the problem if we
put all patches in ${BP} directory instead.

(From OE-Core rev: cc41cb61707da1b4ae029de70c922802067166c2)

Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/clutter.bbclass
meta/recipes-graphics/clutter/clutter-1.0-1.14.4/enable_tests.patch [moved from meta/recipes-graphics/clutter/clutter-1.14/enable_tests.patch with 100% similarity]
meta/recipes-graphics/clutter/clutter-1.0-1.14.4/fix-wayland-deps.patch [moved from meta/recipes-graphics/clutter/clutter-1.14/fix-wayland-deps.patch with 100% similarity]
meta/recipes-graphics/clutter/clutter-gst-1.0-1.6.0/cogl-1.14.patch [moved from meta/recipes-graphics/clutter/clutter-gst-1.6/cogl-1.14.patch with 100% similarity]
meta/recipes-graphics/clutter/clutter-gst-1.0-1.6.0/enable-tests.patch [moved from meta/recipes-graphics/clutter/clutter-gst/enable-tests.patch with 100% similarity]
meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch [moved from meta/recipes-graphics/mx/mx-1.4/fix-build-dir.patch with 100% similarity]
meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-test-includes.patch [moved from meta/recipes-graphics/mx/mx/fix-test-includes.patch with 100% similarity]

index 66a49bc..167407d 100644 (file)
@@ -11,7 +11,6 @@ def get_real_name(n):
 
 VERMINOR = "${@get_minor_dir("${PV}")}"
 REALNAME = "${@get_real_name("${BPN}")}"
-FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${REALNAME}-${PV}", "${FILE_DIRNAME}/${REALNAME}-${VERMINOR}", "${FILE_DIRNAME}/${REALNAME}", "${FILE_DIRNAME}/files"], d)}"
 
 CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"