diff options
author | Petter Mabäcker <petter@technux.se> | 2014-05-12 15:55:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:32:04 +0100 |
commit | 845a25342f57b2b07bbdb92f37c6fdd32c8d6002 (patch) | |
tree | cb925f39ae6a4bd09f757a43cd6ff22c74e32cbd /meta/recipes-multimedia | |
parent | a20afe067f66eec56ee7c7838efc737036365300 (diff) | |
download | poky-845a25342f57b2b07bbdb92f37c6fdd32c8d6002.tar.gz |
gstreamer: remove unused 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.
However in gstreamer no FILESPATH additions are currently needed so
instead it should be removed.
(From OE-Core rev: aea206132384419f7f7c3514f9035eded1c5ef93)
Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index b2d3d3c6a1..26976092d6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -6,8 +6,6 @@ DEPENDS = "gstreamer" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" | ||
10 | |||
11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" | 9 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" |
12 | 10 | ||
13 | GSTREAMER_DEBUG ?= "--disable-debug" | 11 | GSTREAMER_DEBUG ?= "--disable-debug" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 4ab8ea8eb3..687aa2f5f4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -6,8 +6,6 @@ DEPENDS = "gstreamer1.0" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" | ||
10 | |||
11 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" | 9 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" |
12 | GSTREAMER_1_0_GIT_BRANCH ?= "master" | 10 | GSTREAMER_1_0_GIT_BRANCH ?= "master" |
13 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " | 11 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " |