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>
This commit is contained in:
Petter Mabäcker 2014-05-12 15:55:28 +02:00 committed by Richard Purdie
parent a20afe067f
commit 845a25342f
2 changed files with 0 additions and 4 deletions

View File

@ -6,8 +6,6 @@ DEPENDS = "gstreamer"
inherit autotools pkgconfig
FILESPATH =. "${FILE_DIRNAME}/gst-plugins:"
SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2"
GSTREAMER_DEBUG ?= "--disable-debug"

View File

@ -6,8 +6,6 @@ DEPENDS = "gstreamer1.0"
inherit autotools pkgconfig
FILESPATH =. "${FILE_DIRNAME}/gst-plugins:"
GSTREAMER_1_0_DEBUG ?= "--disable-debug"
GSTREAMER_1_0_GIT_BRANCH ?= "master"
EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples "